PLCnext API Documentation  20.6.0.30321
Public Member Functions | List of all members
Arp::System::Commons::Ipc::SharedDataSettings Class Reference
Inheritance diagram for Arp::System::Commons::Ipc::SharedDataSettings:
Inheritance graph

Public Member Functions

 SharedDataSettings (void)
 Constructs an SharedDataSettings instance. More...
 
 SharedDataSettings (const SharedDataSettings &arg)=default
 Copy contructor. More...
 
SharedDataSettingsoperator= (const SharedDataSettings &arg)=default
 Assignment operator. More...
 
 ~SharedDataSettings (void)=default
 Destructs this instance and frees all resouces. More...
 
size_t GetSize (void) const
 
void ReadXml (XmlReader &reader, XmlSerializationContext &context) override
 ReadXML must be implemented by all classes which should read its context from xml files More...
 
void WriteXml (XmlWriter &writer, XmlSerializationContext &context) override
 
- Public Member Functions inherited from Arp::System::Commons::Xml::IXmlSerializable
 IXmlSerializable (void)=default
 Constructs an IXmlSerializable instance. More...
 
virtual ~IXmlSerializable (void)=default
 Copy constructor. More...
 

Constructor & Destructor Documentation

◆ SharedDataSettings() [1/2]

Arp::System::Commons::Ipc::SharedDataSettings::SharedDataSettings ( void  )
inline

Constructs an SharedDataSettings instance.

◆ SharedDataSettings() [2/2]

Arp::System::Commons::Ipc::SharedDataSettings::SharedDataSettings ( const SharedDataSettings arg)
default

Copy contructor.

◆ ~SharedDataSettings()

Arp::System::Commons::Ipc::SharedDataSettings::~SharedDataSettings ( void  )
default

Destructs this instance and frees all resouces.

Member Function Documentation

◆ operator=()

SharedDataSettings& Arp::System::Commons::Ipc::SharedDataSettings::operator= ( const SharedDataSettings arg)
default

Assignment operator.

◆ ReadXml()

void Arp::System::Commons::Ipc::SharedDataSettings::ReadXml ( XmlReader reader,
XmlSerializationContext context 
)
overridevirtual

ReadXML must be implemented by all classes which should read its context from xml files

param name="reader">The XmlReader which must be used to read the xml document

param name="context">XmlSerializationContext used by the document

summary>WriteXml must be implemented by all classes which should write its context to xml files

param name="writer">The XmlWriter which must be used to write the xml data

param name="context">XmlSerializationContext used by the document

Implements Arp::System::Commons::Xml::IXmlSerializable.


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