|
|
|
|
|
|
|
|
|
|
|
|||||||
Compounds | |
| class | basic_environment_variable |
| Represents an environment variable. More... | |
| class | module |
| Class for manipulating dynamically loaded libraries. More... | |
Construction | |
| module (us_char_a_t const *modName, int mode=RTLD_NOW) | |
| Constructs by loading the named module. | |
| module (us_char_w_t const *modName, int mode=RTLD_NOW) | |
| Constructs by loading the named module. | |
| module (module_handle_type hmodule) | |
| Constructs by taking ownership of the given handle. | |
| ~module () | |
| Closes the module handle. | |
Operations | |
| void | unload () |
| Closes the module handle. | |
| module_handle_type | detach () |
| Yields the module handle to the caller. | |
Typedefs | |
| typedef basic_environment_variable< us_char_a_t, filesystem_traits< us_char_a_t > > | environment_variable_a |
Instantiation of the basic_environment_variable template for the ANSI character type char. | |
| typedef basic_environment_variable< us_char_w_t, filesystem_traits< us_char_w_t > > | environment_variable_w |
Instantiation of the basic_environment_variable template for the Unicode character type wchar_t. | |
Functions | |
| template<typename C> basic_environment_variable< C > | make_environment_variable (C const *path) |
| This helper function makes an environment variable without needing to qualify the template parameter. | |
|
|
Instantiation of the basic_environment_variable template for the ANSI character type
|
|
|
Instantiation of the basic_environment_variable template for the Unicode character type
|
|
|
Yields the module handle to the caller.
|
|
|
This helper function makes an environment variable without needing to qualify the template parameter.
|
|
|
Constructs by taking ownership of the given handle.
\Note If exception-handling is being used, then this throws a |
|
||||||||||||
|
Constructs by loading the named module.
\Note If exception-handling is being used, then this throws a |
|
||||||||||||
|
Constructs by loading the named module.
\Note If exception-handling is being used, then this throws a |
|
|
Closes the module handle.
|
|
|
Closes the module handle.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |