A singleton that can be used to observe the available shared libraries in the system. More...
Go to the source code of this file.
Classes | |
struct | te::core::LibraryEntry |
class | te::core::LibraryManager |
A singleton that can be used to observe the available libraries in the system. More... | |
Namespaces | |
namespace | te |
TerraLib. | |
namespace | te::core |
Macros | |
#define | TERRALIB_LIBRARY_BEGIN(library_name) |
#define | TERRALIB_LIBRARY_END(library_name) |
#define | TERRALIB_LIBRARY_SHUTDOWN void shutdown() |
#define | TERRALIB_LIBRARY_STARTUP void startup() |
Typedefs | |
typedef boost::function0< void > | te::core::CleanupFnct |
typedef boost::function0< void > | te::core::StartupFnct |
A singleton that can be used to observe the available shared libraries in the system.
Definition in file LibraryManager.h.
#define TERRALIB_LIBRARY_BEGIN | ( | library_name | ) |
Definition at line 162 of file LibraryManager.h.
#define TERRALIB_LIBRARY_END | ( | library_name | ) |
Definition at line 193 of file LibraryManager.h.
#define TERRALIB_LIBRARY_SHUTDOWN void shutdown() |
Definition at line 190 of file LibraryManager.h.
#define TERRALIB_LIBRARY_STARTUP void startup() |
Definition at line 187 of file LibraryManager.h.