Private "pimpl" implementation class for ModelComponent. More...
Public Member Functions | |
Impl (OptionManager *manager, const std::string &descrName, const std::string &tag, const std::string &crealm) | |
void | addParam (const ParamInfo &pinfo) |
void | findMatchingParams (const std::string &name, const ModelFlag flags, std::vector< ParamInfo > &matches) const |
Public Attributes | |
OptionManager * | mgr |
std::string | dname |
std::string | tname |
std::string | realm |
bool | started |
PinfoList | pinfos |
SubCompVec | subComps |
bool | hasBeenExported |
nub::soft_ref< ModelComponent > | parent |
Private "pimpl" implementation class for ModelComponent.
Definition at line 154 of file ModelComponent.C.