|
metaproxy 1.22.1
|
#include <router_flexml.hpp>


Classes | |
| class | Pos |
| class | Rep |
| class | Route |
Public Member Functions | |
| RouterFleXML (std::string xmlconf, metaproxy_1::FactoryFilter &factory, bool test_only) | |
| RouterFleXML (xmlDocPtr doc, metaproxy_1::FactoryFilter &factory, bool test_only, const char *file_include_path) | |
| ~RouterFleXML () | |
| virtual RoutePos * | createpos () const |
| void | start () |
| void | stop (int signo) |
Private Attributes | |
| boost::scoped_ptr< Rep > | m_p |
Definition at line 32 of file router_flexml.hpp.
| metaproxy_1::RouterFleXML::RouterFleXML | ( | std::string | xmlconf, |
| metaproxy_1::FactoryFilter & | factory, | ||
| bool | test_only | ||
| ) |
Definition at line 434 of file router_flexml.cpp.

| metaproxy_1::RouterFleXML::RouterFleXML | ( | xmlDocPtr | doc, |
| metaproxy_1::FactoryFilter & | factory, | ||
| bool | test_only, | ||
| const char * | file_include_path | ||
| ) |
| metaproxy_1::RouterFleXML::~RouterFleXML | ( | ) |
Definition at line 449 of file router_flexml.cpp.
|
virtual |
Definition at line 472 of file router_flexml.cpp.
| void metaproxy_1::RouterFleXML::start | ( | ) |
Definition at line 501 of file router_flexml.cpp.
References metaproxy_1::RouterFleXML::Route::m_list.
Referenced by metaproxy_1::RouterFleXML::Rep::base(), RouterFleXML(), and RouterFleXML().
Definition at line 518 of file router_flexml.cpp.
References metaproxy_1::RouterFleXML::Route::m_list.
|
private |
Definition at line 49 of file router_flexml.hpp.
Referenced by RouterFleXML(), and RouterFleXML().