Grok 15.1.0
InitState Struct Reference

Public Member Functions

 InitState (const char *pluginPath, uint32_t numThreads)
 InitState (void)
bool operator== (const InitState &rhs) const

Public Attributes

const char * pluginPath_
uint32_t numThreads_
bool initialized_
bool pluginInitialized_

Constructor & Destructor Documentation

◆ InitState() [1/2]

InitState::InitState ( const char * pluginPath,
uint32_t numThreads )
inline

◆ InitState() [2/2]

InitState::InitState ( void )
inline

References InitState().

Member Function Documentation

◆ operator==()

bool InitState::operator== ( const InitState & rhs) const
inline

References InitState(), numThreads_, and pluginPath_.

Member Data Documentation

◆ initialized_

bool InitState::initialized_

Referenced by InitState().

◆ numThreads_

uint32_t InitState::numThreads_

Referenced by InitState(), and operator==().

◆ pluginInitialized_

bool InitState::pluginInitialized_

Referenced by InitState().

◆ pluginPath_

const char* InitState::pluginPath_

Referenced by InitState(), and operator==().


The documentation for this struct was generated from the following file: