OpenLexocad
27.0
BaseInit.h
Go to the documentation of this file.
1
#pragma once
2
#pragma warning(disable : 4251)
3
4
#include <
Base/base_defines.h
>
5
6
namespace
Base
7
{
8
class
BASE_EXPORT
BaseInit
9
{
10
public
:
11
static
void
init();
12
static
void
release();
13
14
private
:
15
static
bool
isInit;
16
};
17
}
// namespace Base
BASE_EXPORT
#define BASE_EXPORT
Definition:
base_defines.h:12
base_defines.h
Base
Definition:
AbstractXMLReader.h:8
Base::BaseInit
Definition:
BaseInit.h:8
lexocad
Base
include
Base
BaseInit.h
Generated by
1.8.15