MIRA
Classes | Namespaces | Typedefs | Functions
SharedLibrary.h File Reference

Classes for loading shared libraries. More...

#include <list>
#include <boost/shared_ptr.hpp>
#include <utils/Path.h>
Include dependency graph for SharedLibrary.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SharedLibrary
 Class for loading a single shared library. More...
 
class  SharedLibraryLoader
 Class for loading multiple shared libraries. More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Typedefs

typedef boost::shared_ptr< SharedLibrary > SharedLibraryPtr
 

Functions

MIRA_BASE_EXPORT Path resolveLibraryName (const Path &path)
 Adds the system dependent library pre- and suffix to the given name if necessary. More...
 

Detailed Description

Classes for loading shared libraries.

Author
Tim Langner
Date
2010/10/01