te::core::LibraryEntry Struct Reference

#include <LibraryManager.h>

Public Attributes

CleanupFnct m_cleanupFptr
 
bool m_initialized
 
std::string m_name
 
StartupFnct m_startFptr
 

Detailed Description

Definition at line 61 of file LibraryManager.h.

Member Data Documentation

◆ m_cleanupFptr

CleanupFnct te::core::LibraryEntry::m_cleanupFptr

Definition at line 65 of file LibraryManager.h.

◆ m_initialized

bool te::core::LibraryEntry::m_initialized

Definition at line 66 of file LibraryManager.h.

◆ m_name

std::string te::core::LibraryEntry::m_name

Definition at line 63 of file LibraryManager.h.

◆ m_startFptr

StartupFnct te::core::LibraryEntry::m_startFptr

Definition at line 64 of file LibraryManager.h.


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