8#include "Arp/System/Commons/Xml/DocumentTraits.hpp"
10namespace Arp {
namespace System {
namespace Commons {
namespace Configuration
This class represents the Arp String. The implementation is based on std::string.
Definition: String.hpp:39
This class contains information of a file included by ConfigurationSettings.
Definition: IncludeElement.hpp:18
IncludeElement(const String &path, const DocumentTraits &traits)
Constructs an IncludeElement instance.
Definition: IncludeElement.cpp:12
String GetPath(void) const
Returns the file path of an include element
Definition: IncludeElement.cpp:26
DocumentTraits GetTraits(void) const
Returns the traits of an include element
Definition: IncludeElement.cpp:34
This class collects several document traits.
Definition: DocumentTraits.hpp:20
Root namespace for the PLCnext API