OS.h File Reference
#include <stb/base/string.h>

Go to the source code of this file.
Defines | |
| #define | CREATE_COMPONENT_FUNC(CLASSNAME) |
Functions | |
| BEGIN_NAMESPACE_STB hModule | os_LoadLibrary (stb::string fileName) |
| int * | os_GetProcAddress (hModule moduleHandle, const char *procName) |
| bool | os_FreeLibrary (hModule libHandle) |
| bool | os_correctModuleName (stb::string &fileName, bool nMakeDebug, bool nMakeES) |
Detailed Description
The header file for the OS class.
- Id
- OS.h 25 2005-11-28 16:11:59Z denis
Definition in file _CPack_Packages/Linux-Source/TBZ2/studierstube-4.3/include/stb/base/OS.h.
Define Documentation
| #define CREATE_COMPONENT_FUNC | ( | CLASSNAME | ) |
Value:
extern "C" { \ stb::CLASSNAME* createComponent() \ { \ return new stb::CLASSNAME; \ } \ }
Definition at line 132 of file _CPack_Packages/Linux-Source/TBZ2/studierstube-4.3/include/stb/base/OS.h.
Function Documentation
| bool os_correctModuleName | ( | stb::string & | fileName, | |
| bool | nMakeDebug, | |||
| bool | nMakeES | |||
| ) |
Definition at line 139 of file _CPack_Packages/Linux-Source/TBZ2/studierstube-4.3/src/base/OS.cxx.
Referenced by ComponentRetriever::getComponent(), and main().
| bool os_FreeLibrary | ( | hModule | libHandle | ) |
Definition at line 124 of file _CPack_Packages/Linux-Source/TBZ2/studierstube-4.3/src/base/OS.cxx.
Referenced by ComponentInfo::setHModule(), and ComponentInfo::~ComponentInfo().
| int* os_GetProcAddress | ( | hModule | moduleHandle, | |
| const char * | procName | |||
| ) |
Definition at line 114 of file _CPack_Packages/Linux-Source/TBZ2/studierstube-4.3/src/base/OS.cxx.
Referenced by ComponentRetriever::getComponent().
| BEGIN_NAMESPACE_STB hModule os_LoadLibrary | ( | stb::string | fileName | ) |
STB_IS_WINDOWS
STB_IS_WINDOWS
Definition at line 57 of file _CPack_Packages/Linux-Source/TBZ2/studierstube-4.3/src/base/OS.cxx.
Referenced by ComponentRetriever::getComponent().
