DDS  ver. 3.4
Namespaces | Functions
TopoUtils.cpp File Reference
#include "TopoUtils.h"
#include <stdexcept>

Namespaces

 dds
 
 dds::topology_api
 

Functions

string dds::topology_api::TopoTypeToUseTag (CTopoBase::EType _type)
 
CTopoBase::EType dds::topology_api::UseTagToTopoType (const string &_name)
 
string dds::topology_api::TopoTypeToDeclTag (CTopoBase::EType _type)
 
CTopoBase::EType dds::topology_api::DeclTagToTopoType (const string &_name)
 
CTopoProperty::EAccessType dds::topology_api::TagToPropertyAccessType (const string &_name)
 
std::string dds::topology_api::PropertyAccessTypeToTag (CTopoProperty::EAccessType _type)
 
CTopoProperty::EScopeType dds::topology_api::TagToPropertyScopeType (const std::string &_name)
 
std::string dds::topology_api::PropertyScopeTypeToTag (CTopoProperty::EScopeType _type)
 
CTopoRequirement::EType dds::topology_api::TagToRequirementType (const string &_name)
 
std::string dds::topology_api::RequirementTypeToTag (CTopoRequirement::EType _type)
 
CTopoTrigger::EConditionType dds::topology_api::TagToConditionType (const std::string &_name)
 
std::string dds::topology_api::ConditionTypeToTag (CTopoTrigger::EConditionType _type)
 
CTopoTrigger::EActionType dds::topology_api::TagToActionType (const std::string &_name)
 
std::string dds::topology_api::ActionTypeToTag (CTopoTrigger::EActionType _type)
 
const ptree & dds::topology_api::FindElementInPropertyTree (CTopoBase::EType _type, const string &_name, const ptree &_pt)