SpiecsEngine
Loading...
Searching...
No Matches
◆
Get()
std::shared_ptr<
ThreadModel
> Spices::ThreadModel::Get
(
)
static
Get
ThreadModel
single instance.
Returns
Returns this single instance.
Definition at line
20
of file
ThreadModel.cpp
.
21
{
22
SPICES_PROFILE_ZONE
;
23
24
if
(!
m_ThreadModel
)
25
{
26
m_ThreadModel
= std::make_shared<ThreadModel>();
27
}
28
29
return
m_ThreadModel
;
30
}
SPICES_PROFILE_ZONE
#define SPICES_PROFILE_ZONE
Definition
TracyProfilerWrapper.h:100
Spices::ThreadModel::m_ThreadModel
static std::shared_ptr< ThreadModel > m_ThreadModel
Get ThreadModel single instance.
Definition
ThreadModel.h:121
Spices
ThreadModel
Generated on Sun Mar 8 2026 10:24:50 for SpiecsEngine by
1.10.0