SNode.C
Loading...
Searching...
No Matches
core::DynamicLoader::Library Struct Reference
Collaboration diagram for core::DynamicLoader::Library:

Public Attributes

std::string fileName
std::string canonicalFileName
void * handle = nullptr
std::size_t refCount = 0
bool closePending = false

Detailed Description

Definition at line 60 of file DynamicLoader.h.

Member Data Documentation

◆ canonicalFileName

std::string core::DynamicLoader::Library::canonicalFileName

◆ closePending

bool core::DynamicLoader::Library::closePending = false

◆ fileName

std::string core::DynamicLoader::Library::fileName

◆ handle

void* core::DynamicLoader::Library::handle = nullptr

◆ refCount

std::size_t core::DynamicLoader::Library::refCount = 0

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