te::core::Library::Impl Struct Reference

Public Member Functions

 Impl (const std::string &slib_file_name)
 

Public Attributes

void * module
 The handle for a DLLs, SO or a DyLib. More...
 
std::string slib_file_name
 The shared library file name. More...
 

Detailed Description

Definition at line 56 of file Library.cpp.

Constructor & Destructor Documentation

te::core::Library::Impl::Impl ( const std::string &  slib_file_name)

Definition at line 72 of file Library.cpp.

Member Data Documentation

void* te::core::Library::Impl::module

The handle for a DLLs, SO or a DyLib.

Definition at line 59 of file Library.cpp.

Referenced by te::core::Library::getAddress(), te::core::Library::isLoaded(), te::core::Library::load(), and te::core::Library::unload().

std::string te::core::Library::Impl::slib_file_name

The shared library file name.

Definition at line 58 of file Library.cpp.

Referenced by te::core::Library::getAddress(), te::core::Library::getFileName(), te::core::Library::load(), and te::core::Library::unload().


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