Molecular Dynamics  v0.4
Project for the Practical hosted by the Scientific Computing Chair
List of all members
DomainSize Class Reference

Class corresponding to the DomainSize schema type. More...

#include <ConfigurationFile.h>

Inheritance diagram for DomainSize:
Inheritance graph
Collaboration diagram for DomainSize:
Collaboration graph

First

Accessor and modifier functions for the First required element.

typedef ::First First_type
 Element type. More...
 
typedef ::xsd::cxx::tree::traits< First_type, char > First_traits
 Element traits type. More...
 
const First_typeFirst () const
 Return a read-only (constant) reference to the element. More...
 
First_typeFirst ()
 Return a read-write reference to the element. More...
 
void First (const First_type &x)
 Set the element value. More...
 
void First (::std::unique_ptr< First_type > p)
 Set the element value without copying. More...
 

Second

Accessor and modifier functions for the Second required element.

typedef ::Second Second_type
 Element type. More...
 
typedef ::xsd::cxx::tree::traits< Second_type, char > Second_traits
 Element traits type. More...
 
const Second_typeSecond () const
 Return a read-only (constant) reference to the element. More...
 
Second_typeSecond ()
 Return a read-write reference to the element. More...
 
void Second (const Second_type &x)
 Set the element value. More...
 
void Second (::std::unique_ptr< Second_type > p)
 Set the element value without copying. More...
 

Third

Accessor and modifier functions for the Third required element.

typedef ::Third Third_type
 Element type. More...
 
typedef ::xsd::cxx::tree::traits< Third_type, char > Third_traits
 Element traits type. More...
 
const Third_typeThird () const
 Return a read-only (constant) reference to the element. More...
 
Third_typeThird ()
 Return a read-write reference to the element. More...
 
void Third (const Third_type &x)
 Set the element value. More...
 
void Third (::std::unique_ptr< Third_type > p)
 Set the element value without copying. More...
 

Constructors

 DomainSize (const First_type &, const Second_type &, const Third_type &)
 Create an instance from the ultimate base and initializers for required elements and attributes. More...
 
 DomainSize (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Create an instance from a DOM element. More...
 
 DomainSize (const DomainSize &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Copy constructor. More...
 
virtual DomainSize_clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const
 Copy the instance polymorphically. More...
 
DomainSizeoperator= (const DomainSize &x)
 Copy assignment operator. More...
 
virtual ~DomainSize ()
 Destructor. More...
 

Detailed Description

Class corresponding to the DomainSize schema type.

Member Typedef Documentation

◆ First_traits

typedef ::xsd::cxx::tree::traits< First_type, char > DomainSize::First_traits

Element traits type.

◆ First_type

Element type.

◆ Second_traits

typedef ::xsd::cxx::tree::traits< Second_type, char > DomainSize::Second_traits

Element traits type.

◆ Second_type

Element type.

◆ Third_traits

typedef ::xsd::cxx::tree::traits< Third_type, char > DomainSize::Third_traits

Element traits type.

◆ Third_type

Element type.

Constructor & Destructor Documentation

◆ DomainSize() [1/3]

DomainSize::DomainSize ( const First_type First,
const Second_type Second,
const Third_type Third 
)

Create an instance from the ultimate base and initializers for required elements and attributes.

◆ DomainSize() [2/3]

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

Create an instance from a DOM element.

Parameters
eA DOM element to extract the data from.
fFlags to create the new instance with.
cA pointer to the object that will contain the new instance.

◆ DomainSize() [3/3]

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

Copy constructor.

Parameters
xAn instance to make a copy of.
fFlags to create the copy with.
cA pointer to the object that will contain the copy.

For polymorphic object models use the _clone function instead.

◆ ~DomainSize()

DomainSize::~DomainSize ( )
virtual

Destructor.

Member Function Documentation

◆ _clone()

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

Copy the instance polymorphically.

Parameters
fFlags to create the copy with.
cA pointer to the object that will contain the copy.
Returns
A pointer to the dynamically allocated copy.

This function ensures that the dynamic type of the instance is used for copying and should be used for polymorphic object models instead of the copy constructor.

◆ First() [1/4]

DomainSize::First_type & DomainSize::First ( )

Return a read-write reference to the element.

Returns
A reference to the element.

◆ First() [2/4]

const DomainSize::First_type & DomainSize::First ( ) const

Return a read-only (constant) reference to the element.

Returns
A constant reference to the element.
Here is the caller graph for this function:

◆ First() [3/4]

void DomainSize::First ( ::std::unique_ptr< First_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

◆ First() [4/4]

void DomainSize::First ( const First_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

◆ operator=()

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

Copy assignment operator.

Parameters
xAn instance to make a copy of.
Returns
A reference to itself.

For polymorphic object models use the _clone function instead.

◆ Second() [1/4]

DomainSize::Second_type & DomainSize::Second ( )

Return a read-write reference to the element.

Returns
A reference to the element.

◆ Second() [2/4]

const DomainSize::Second_type & DomainSize::Second ( ) const

Return a read-only (constant) reference to the element.

Returns
A constant reference to the element.
Here is the caller graph for this function:

◆ Second() [3/4]

void DomainSize::Second ( ::std::unique_ptr< Second_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

◆ Second() [4/4]

void DomainSize::Second ( const Second_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

◆ Third() [1/4]

DomainSize::Third_type & DomainSize::Third ( )

Return a read-write reference to the element.

Returns
A reference to the element.

◆ Third() [2/4]

const DomainSize::Third_type & DomainSize::Third ( ) const

Return a read-only (constant) reference to the element.

Returns
A constant reference to the element.
Here is the caller graph for this function:

◆ Third() [3/4]

void DomainSize::Third ( ::std::unique_ptr< Third_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

◆ Third() [4/4]

void DomainSize::Third ( const Third_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.


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