OpenLexocad
28.0
BaseInit.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
Base
4
{
5
class
LX_BASE_EXPORT
BaseInit
6
{
7
public
:
8
static
void
init
();
9
static
void
release
();
10
11
private
:
12
static
bool
isInit;
13
};
14
}
// namespace Base
Base::BaseInit
Definition:
BaseInit.h:6
Base::BaseInit::init
static void init()
Base::BaseInit::release
static void release()
Base
Definition:
AbstractXMLReader.h:5
lexocad
Base
include
Base
BaseInit.h
Generated by
1.8.18