#include <test_xml_oper.h>
|
| | AgentUtXmlGlobalVrouter (const std::string &name, const boost::uuids::uuid &uuid, const pugi::xml_node &node, AgentUtXmlTestCase *test_case) |
| |
| | ~AgentUtXmlGlobalVrouter () |
| |
| virtual bool | ReadXml () |
| |
| virtual bool | ToXml (pugi::xml_node *parent) |
| |
| virtual std::string | NodeType () |
| |
| virtual void | ToString (std::string *str) |
| |
| std::string & | vxlan_mode () |
| |
| int | flow_export_rate () const |
| |
| | AgentUtXmlConfig (const std::string &name, const boost::uuids::uuid &uuid, const pugi::xml_node &node, AgentUtXmlTestCase *test_case) |
| |
| | AgentUtXmlConfig (const std::string &name, const boost::uuids::uuid &uuid, const pugi::xml_node &node, bool gen_xml, AgentUtXmlTestCase *test_case) |
| |
| virtual | ~AgentUtXmlConfig () |
| |
| const boost::uuids::uuid & | id () const |
| |
| | AgentUtXmlNode (const std::string &name, const pugi::xml_node &node, AgentUtXmlTestCase *test_case) |
| |
| | AgentUtXmlNode (const std::string &name, const pugi::xml_node &node, bool gen_xml, AgentUtXmlTestCase *test_case) |
| |
| virtual | ~AgentUtXmlNode () |
| |
| virtual bool | Run () |
| |
| void | set_gen_xml (bool val) |
| |
| bool | gen_xml () const |
| |
| bool | op_delete () const |
| |
| void | set_op_delete (bool val) |
| |
| const std::string & | name () const |
| |
| const pugi::xml_node & | node () const |
| |
| AgentUtXmlTestCase * | test_case () |
| |
Definition at line 13 of file test_xml_oper.h.
◆ AgentUtXmlGlobalVrouter()
◆ ~AgentUtXmlGlobalVrouter()
| AgentUtXmlGlobalVrouter::~AgentUtXmlGlobalVrouter |
( |
| ) |
|
◆ flow_export_rate()
| int AgentUtXmlGlobalVrouter::flow_export_rate |
( |
| ) |
const |
|
inline |
◆ NodeType()
| string AgentUtXmlGlobalVrouter::NodeType |
( |
| ) |
|
|
virtual |
◆ ReadXml()
| bool AgentUtXmlGlobalVrouter::ReadXml |
( |
| ) |
|
|
virtual |
◆ ToString()
| void AgentUtXmlGlobalVrouter::ToString |
( |
std::string * |
str | ) |
|
|
virtual |
◆ ToXml()
| bool AgentUtXmlGlobalVrouter::ToXml |
( |
pugi::xml_node * |
parent | ) |
|
|
virtual |
◆ vxlan_mode()
| std::string& AgentUtXmlGlobalVrouter::vxlan_mode |
( |
| ) |
|
|
inline |
◆ flow_export_rate_
| int AgentUtXmlGlobalVrouter::flow_export_rate_ |
|
private |
◆ vxlan_mode_
| std::string AgentUtXmlGlobalVrouter::vxlan_mode_ |
|
private |
The documentation for this class was generated from the following files: