#include <xml_address_space_loader.h>

Public Member Functions | |
| DEFINE_CLASS_POINTERS (XmlAddressSpaceLoader) | |
| void | Load (const char *fileName) |
| void | Load (const std::string &fileName) |
| XmlAddressSpaceLoader (OpcUa::NodeManagementServices ®istry, bool debug=false) | |
Private Attributes | |
| const bool | Debug |
| OpcUa::NodeManagementServices & | Registry |
Definition at line 25 of file xml_address_space_loader.h.
| OpcUa::Internal::XmlAddressSpaceLoader::XmlAddressSpaceLoader | ( | OpcUa::NodeManagementServices & | registry, |
| bool | debug = false |
||
| ) | [explicit] |
Definition at line 1002 of file xml_address_space_loader.cpp.
| void OpcUa::Internal::XmlAddressSpaceLoader::Load | ( | const char * | fileName | ) |
Definition at line 1008 of file xml_address_space_loader.cpp.
| void OpcUa::Internal::XmlAddressSpaceLoader::Load | ( | const std::string & | fileName | ) | [inline] |
Definition at line 35 of file xml_address_space_loader.h.
const bool OpcUa::Internal::XmlAddressSpaceLoader::Debug [private] |
Definition at line 42 of file xml_address_space_loader.h.
Definition at line 41 of file xml_address_space_loader.h.