A class for handling shared libraries. More...
#include "Config.h"#include "Exception.h"#include <string>#include <boost/noncopyable.hpp>#include <boost/shared_ptr.hpp>Go to the source code of this file.
Classes | |
| class | te::common::Library |
| A class for handling shared libraries (DLLs, SO, DyLibs). More... | |
Namespaces | |
| te | |
| URI C++ Library. | |
| te::common | |
| Namespace for the Common module of TerraLib. | |
Typedefs | |
| typedef boost::shared_ptr < Library > | te::common::LibraryPtr |
A class for handling shared libraries.
Definition in file Library.h.