OpenLexocad  28.0
TopoInit.h
Go to the documentation of this file.
1 #pragma once
2 
11 namespace Topo
12 {
13 class LX_TOPO_EXPORT TopoInit
14 {
15 public:
16  static void init();
17  static void release();
18 
19 private:
20  static bool isInit;
21 };
22 
23 } // namespace Topo
Topo::TopoInit::release
static void release()
Topo
Definition: DbgInfo.h:17
Topo::TopoInit
Definition: TopoInit.h:14
Topo::TopoInit::init
static void init()