|
Field3D
|
Contains implementations of plugin loading functions. More...
#include <dlfcn.h>#include <sys/types.h>#include <dirent.h>#include <stdlib.h>#include <string>#include <vector>#include <stdio.h>#include <errno.h>#include <string.h>#include <boost/tokenizer.hpp>#include "ClassFactory.h"#include "PluginLoader.h"Go to the source code of this file.
Functions | |
| int | filter (std::string &name) |
| bool | getDirSos (std::vector< std::string > &sos, std::string &dir) |
Contains implementations of plugin loading functions.
Definition in file PluginLoader.cpp.
| int filter | ( | std::string & | name) |
Definition at line 96 of file PluginLoader.cpp.
Referenced by getDirSos().
| bool getDirSos | ( | std::vector< std::string > & | sos, |
| std::string & | dir | ||
| ) |
Definition at line 116 of file PluginLoader.cpp.
References filter().
Referenced by PluginLoader::loadPlugins().