ContRap-Core
|
Cache structure for static casts. More...
#include <pluginmanager.h>
Public Member Functions | |
CastCache () | |
Default constructor. | |
Data Fields | |
bool | found |
Found flag. | |
std::string | description |
Description of the function. | |
std::string | library |
Library. |
Cache structure for static casts.
crp::PluginManager::CastCache::CastCache | ( | ) | [inline] |
Default constructor.
std::string crp::PluginManager::CastCache::description |
Description of the function.
Found flag.
std::string crp::PluginManager::CastCache::library |