OpcUaCanOpen
CANopen OPC-UA server
initialsettings Class Reference

#include <CANOpenServerConfig.h>

Inherits type.

Public Types

typedef ::xml_schema::string variable_type
 
typedef ::xsd::cxx::tree::optional< variable_typevariable_optional
 
typedef ::xsd::cxx::tree::traits< variable_type, char > variable_traits
 
typedef ::xml_schema::string value_type
 
typedef ::xsd::cxx::tree::optional< value_typevalue_optional
 
typedef ::xsd::cxx::tree::traits< value_type, char > value_traits
 

Public Member Functions

const variable_optionalvariable () const
 
variable_optionalvariable ()
 
void variable (const variable_type &x)
 
void variable (const variable_optional &x)
 
void variable (::std::auto_ptr< variable_type > p)
 
const value_optionalvalue () const
 
value_optionalvalue ()
 
void value (const value_type &x)
 
void value (const value_optional &x)
 
void value (::std::auto_ptr< value_type > p)
 
 initialsettings ()
 
 initialsettings (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 
 initialsettings (const initialsettings &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 
virtual initialsettings_clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const
 
initialsettingsoperator= (const initialsettings &x)
 
virtual ~initialsettings ()
 

Protected Member Functions

void parse (::xsd::cxx::xml::dom::parser< char > &, ::xml_schema::flags)
 

Protected Attributes

variable_optional variable_
 
value_optional value_
 

Detailed Description

Definition at line 2975 of file CANOpenServerConfig.h.

Member Typedef Documentation

◆ value_optional

typedef ::xsd::cxx::tree::optional< value_type > initialsettings::value_optional

Definition at line 3002 of file CANOpenServerConfig.h.

◆ value_traits

typedef ::xsd::cxx::tree::traits< value_type, char > initialsettings::value_traits

Definition at line 3003 of file CANOpenServerConfig.h.

◆ value_type

◆ variable_optional

typedef ::xsd::cxx::tree::optional< variable_type > initialsettings::variable_optional

Definition at line 2981 of file CANOpenServerConfig.h.

◆ variable_traits

typedef ::xsd::cxx::tree::traits< variable_type, char > initialsettings::variable_traits

Definition at line 2982 of file CANOpenServerConfig.h.

◆ variable_type

Constructor & Destructor Documentation

◆ initialsettings() [1/3]

initialsettings::initialsettings ( )

◆ initialsettings() [2/3]

initialsettings::initialsettings ( const ::xercesc::DOMElement &  e,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

◆ initialsettings() [3/3]

initialsettings::initialsettings ( const initialsettings x,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

◆ ~initialsettings()

virtual initialsettings::~initialsettings ( )
virtual

Member Function Documentation

◆ _clone()

virtual initialsettings* initialsettings::_clone ( ::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
) const
virtual

◆ operator=()

initialsettings& initialsettings::operator= ( const initialsettings x)

◆ parse()

void initialsettings::parse ( ::xsd::cxx::xml::dom::parser< char > &  ,
::xml_schema::flags   
)
protected

◆ value() [1/5]

const value_optional& initialsettings::value ( ) const

◆ value() [2/5]

value_optional& initialsettings::value ( )

◆ value() [3/5]

void initialsettings::value ( const value_type x)

◆ value() [4/5]

void initialsettings::value ( const value_optional x)

◆ value() [5/5]

void initialsettings::value ( ::std::auto_ptr< value_type p)

◆ variable() [1/5]

const variable_optional& initialsettings::variable ( ) const

◆ variable() [2/5]

variable_optional& initialsettings::variable ( )

◆ variable() [3/5]

void initialsettings::variable ( const variable_type x)

◆ variable() [4/5]

void initialsettings::variable ( const variable_optional x)

◆ variable() [5/5]

void initialsettings::variable ( ::std::auto_ptr< variable_type p)

Member Data Documentation

◆ value_

value_optional initialsettings::value_
protected

Definition at line 3051 of file CANOpenServerConfig.h.

◆ variable_

variable_optional initialsettings::variable_
protected

Definition at line 3050 of file CANOpenServerConfig.h.


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