OpenLexocad
28.0
CoreInit.h
Go to the documentation of this file.
1
#pragma once
2
LX_CORE_EXPORT
void
do_profile_core
(
bool
on);
3
LX_CORE_EXPORT
size_t
get_profiled_mem_core
();
4
5
namespace
Core
6
{
7
class
LX_CORE_EXPORT
CoreInit
8
{
9
public
:
10
CoreInit
() {}
11
~CoreInit
() {}
12
13
public
:
14
static
void
init
();
15
static
void
release
();
16
17
private
:
18
static
bool
isInit;
19
};
20
21
}
// namespace Core
Core::CoreInit
Definition:
CoreInit.h:8
get_profiled_mem_core
LX_CORE_EXPORT size_t get_profiled_mem_core()
Core::CoreInit::CoreInit
CoreInit()
Definition:
CoreInit.h:10
Core::CoreInit::release
static void release()
Core::CoreInit::~CoreInit
~CoreInit()
Definition:
CoreInit.h:11
Core
Definition:
Base.h:5
Core::CoreInit::init
static void init()
do_profile_core
LX_CORE_EXPORT void do_profile_core(bool on)
lexocad
Core
include
Core
CoreInit.h
Generated by
1.8.18