6 #ifndef __DDS__TopoProperty__ 7 #define __DDS__TopoProperty__ 16 #include <boost/property_tree/ptree.hpp> 41 void initFromPropertyTree(
const std::string& _name,
const boost::property_tree::ptree& _pt);
43 const std::string& getValue()
const;
46 void setValue(
const std::string& _value);
51 virtual std::string toString()
const;
Definition: TopoBase.h:35
std::vector< TopoPropertyPtr_t > TopoPropertyPtrVector_t
Definition: TopoProperty.h:64
EPropertyAccessType
Definition: TopoProperty.h:22
Definition: dds-agent/src/AgentConnectionManager.h:18
Definition: TopoProperty.h:31
std::shared_ptr< CTopoProperty > TopoPropertyPtr_t
Definition: TopoProperty.h:63
std::ostream & operator<<(std::ostream &_out, EAgentCmdType &_agentCmd)
Definition: dds-agent-cmd/src/Options.h:45