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... | |
Definition at line 56 of file Library.cpp.
| te::core::Library::Impl::Impl | ( | const std::string & | slib_file_name | ) |
Definition at line 72 of file Library.cpp.
| 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().