CEBL
2.1
|
#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 () |
Definition at line 39 of file SharedLoaderFactory.hpp.
|
inline |
Definition at line 46 of file SharedLoaderFactory.hpp.
SharedLoaderFactory< T >::~SharedLoaderFactory | ( | ) |
Definition at line 62 of file SharedLoaderFactory.hpp.
|
inline |
Definition at line 56 of file SharedLoaderFactory.hpp.
|
inline |
Definition at line 57 of file SharedLoaderFactory.hpp.
|
inline |
Definition at line 49 of file SharedLoaderFactory.hpp.
void SharedLoaderFactory< T >::Scan | ( | string | directory | ) |
Definition at line 70 of file SharedLoaderFactory.hpp.