|
string | TopoTypeToUseTag (CTopoBase::EType _type) |
|
CTopoBase::EType | UseTagToTopoType (const string &_name) |
|
string | TopoTypeToDeclTag (CTopoBase::EType _type) |
|
CTopoBase::EType | DeclTagToTopoType (const string &_name) |
|
CTopoProperty::EAccessType | TagToPropertyAccessType (const string &_name) |
|
std::string | PropertyAccessTypeToTag (CTopoProperty::EAccessType _type) |
|
CTopoProperty::EScopeType | TagToPropertyScopeType (const std::string &_name) |
|
std::string | PropertyScopeTypeToTag (CTopoProperty::EScopeType _type) |
|
CTopoRequirement::EType | TagToRequirementType (const string &_name) |
|
std::string | RequirementTypeToTag (CTopoRequirement::EType _type) |
|
CTopoTrigger::EConditionType | TagToConditionType (const std::string &_name) |
|
std::string | ConditionTypeToTag (CTopoTrigger::EConditionType _type) |
|
CTopoTrigger::EActionType | TagToActionType (const std::string &_name) |
|
std::string | ActionTypeToTag (CTopoTrigger::EActionType _type) |
|
const ptree & | FindElementInPropertyTree (CTopoBase::EType _type, const string &_name, const ptree &_pt) |
|
CTopoBase::EType | UseTagToTopoType (const std::string &_name) |
|
CTopoBase::EType | DeclTagToTopoType (const std::string &_name) |
|
CTopoProperty::EAccessType | TagToPropertyAccessType (const std::string &_name) |
|
CTopoRequirement::EType | TagToRequirementType (const std::string &_name) |
|
const boost::property_tree::ptree & | FindElementInPropertyTree (CTopoBase::EType _type, const std::string &_name, const boost::property_tree::ptree &_pt) |
| Helper function to find element in property tree by type and name. More...
|
|