CEBL  2.1
Public Member Functions
SharedLoaderFactory< T > Class Template Reference

#include <SharedLoaderFactory.hpp>

Public Member Functions

 SharedLoaderFactory ()
 ~SharedLoaderFactory ()
void Scan (std::vector< string > dirs)
void Scan (string)
map< string, SharedLoader< T > > & GetMap ()
map< string, string > & GetPaths ()

Detailed Description

template<typename T>
class SharedLoaderFactory< T >

Definition at line 39 of file SharedLoaderFactory.hpp.


Constructor & Destructor Documentation

template<typename T >
SharedLoaderFactory< T >::SharedLoaderFactory ( )
inline

Definition at line 46 of file SharedLoaderFactory.hpp.

template<typename T >
SharedLoaderFactory< T >::~SharedLoaderFactory ( )

Definition at line 62 of file SharedLoaderFactory.hpp.


Member Function Documentation

template<typename T >
map<string, SharedLoader<T> >& SharedLoaderFactory< T >::GetMap ( )
inline

Definition at line 56 of file SharedLoaderFactory.hpp.

template<typename T >
map<string, string >& SharedLoaderFactory< T >::GetPaths ( )
inline

Definition at line 57 of file SharedLoaderFactory.hpp.

template<typename T >
void SharedLoaderFactory< T >::Scan ( std::vector< string >  dirs)
inline

Definition at line 49 of file SharedLoaderFactory.hpp.

template<typename T >
void SharedLoaderFactory< T >::Scan ( string  directory)

Definition at line 70 of file SharedLoaderFactory.hpp.


The documentation for this class was generated from the following file: