#include <test_xml_oper.h>
|
| | AgentUtXmlVn (const std::string &name, const boost::uuids::uuid &uuid, const pugi::xml_node &node, AgentUtXmlTestCase *test_case) |
| |
| | ~AgentUtXmlVn () |
| |
| virtual bool | ReadXml () |
| |
| virtual bool | ToXml (pugi::xml_node *parent) |
| |
| virtual std::string | NodeType () |
| |
| virtual void | ToString (std::string *str) |
| |
| std::string & | vxlan_id () |
| |
| std::string & | network_id () |
| |
| std::string & | flood_unknown_unicast () |
| |
| | 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 34 of file test_xml_oper.h.
◆ AgentUtXmlVn()
◆ ~AgentUtXmlVn()
| AgentUtXmlVn::~AgentUtXmlVn |
( |
| ) |
|
◆ flood_unknown_unicast()
| std::string& AgentUtXmlVn::flood_unknown_unicast |
( |
| ) |
|
|
inline |
◆ network_id()
| std::string& AgentUtXmlVn::network_id |
( |
| ) |
|
|
inline |
◆ NodeType()
| string AgentUtXmlVn::NodeType |
( |
| ) |
|
|
virtual |
◆ ReadXml()
| bool AgentUtXmlVn::ReadXml |
( |
| ) |
|
|
virtual |
◆ ToString()
| void AgentUtXmlVn::ToString |
( |
std::string * |
str | ) |
|
|
virtual |
◆ ToXml()
| bool AgentUtXmlVn::ToXml |
( |
pugi::xml_node * |
parent | ) |
|
|
virtual |
◆ vxlan_id()
| std::string& AgentUtXmlVn::vxlan_id |
( |
| ) |
|
|
inline |
◆ flood_unknown_unicast_
| std::string AgentUtXmlVn::flood_unknown_unicast_ |
|
private |
◆ network_id_
| std::string AgentUtXmlVn::network_id_ |
|
private |
◆ vxlan_id_
| std::string AgentUtXmlVn::vxlan_id_ |
|
private |
The documentation for this class was generated from the following files: