metaproxy  1.21.0
Public Member Functions | Public Attributes | List of all members
metaproxy_1::RouterXML::Rep Class Reference
Collaboration diagram for metaproxy_1::RouterXML::Rep:
Collaboration graph

Public Member Functions

 Rep (xmlDocPtr, bool, const char *)
 
 Rep (std::string, bool)
 
 ~Rep ()
 

Public Attributes

FactoryStatic m_factory
 
boost::scoped_ptr< Router > m_flexml
 

Detailed Description

Definition at line 27 of file router_xml.cpp.

Constructor & Destructor Documentation

◆ Rep() [1/2]

metaproxy_1::RouterXML::Rep::Rep ( xmlDocPtr  doc,
bool  test_only,
const char *  include_path 
)

Definition at line 37 of file router_xml.cpp.

39  : m_factory(),
40  m_flexml(new RouterFleXML(doc, m_factory, test_only, include_path))
41 {
42 }
boost::scoped_ptr< Router > m_flexml
Definition: router_xml.cpp:33

◆ Rep() [2/2]

metaproxy_1::RouterXML::Rep::Rep ( std::string  xmlconf,
bool  test_only 
)

Definition at line 44 of file router_xml.cpp.

45  : m_factory(),
46  m_flexml(new RouterFleXML(xmlconf, m_factory, test_only))
47 {
48 }

◆ ~Rep()

metaproxy_1::RouterXML::Rep::~Rep ( )

Definition at line 50 of file router_xml.cpp.

51 {
52 }

Member Data Documentation

◆ m_factory

FactoryStatic metaproxy_1::RouterXML::Rep::m_factory

Definition at line 32 of file router_xml.cpp.

◆ m_flexml

boost::scoped_ptr<Router> metaproxy_1::RouterXML::Rep::m_flexml

Definition at line 33 of file router_xml.cpp.


The documentation for this class was generated from the following file: