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

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

#include <ConfigurationFile.h>

Inheritance diagram for OutputFileName:
Inheritance graph
Collaboration diagram for OutputFileName:
Collaboration graph

Constructors

 OutputFileName ()
 Create an instance from initializers for required elements and attributes. More...
 
 OutputFileName (const char *)
 Create an instance from a C string and initializers for required elements and attributes. More...
 
 OutputFileName (const ::std::string &)
 Create an instance from a string andinitializers for required elements and attributes. More...
 
 OutputFileName (const ::xml_schema::string &)
 Create an instance from the ultimate base and initializers for required elements and attributes. More...
 
 OutputFileName (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Create an instance from a DOM element. More...
 
 OutputFileName (const ::xercesc::DOMAttr &a, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Create an instance from a DOM attribute. More...
 
 OutputFileName (const ::std::string &s, const ::xercesc::DOMElement *e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Create an instance from a string fragment. More...
 
 OutputFileName (const OutputFileName &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Copy constructor. More...
 
virtual OutputFileName_clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const
 Copy the instance polymorphically. More...
 
virtual ~OutputFileName ()
 Destructor. More...
 

Detailed Description

Class corresponding to the OutputFileName schema type.

Constructor & Destructor Documentation

◆ OutputFileName() [1/8]

OutputFileName::OutputFileName ( )

Create an instance from initializers for required elements and attributes.

◆ OutputFileName() [2/8]

OutputFileName::OutputFileName ( const char *  _xsd_string_base)

Create an instance from a C string and initializers for required elements and attributes.

◆ OutputFileName() [3/8]

OutputFileName::OutputFileName ( const ::std::string &  _xsd_string_base)

Create an instance from a string andinitializers for required elements and attributes.

◆ OutputFileName() [4/8]

OutputFileName::OutputFileName ( const ::xml_schema::string _xsd_string_base)

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

◆ OutputFileName() [5/8]

OutputFileName::OutputFileName ( 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.

◆ OutputFileName() [6/8]

OutputFileName::OutputFileName ( const ::xercesc::DOMAttr &  a,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

Create an instance from a DOM attribute.

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

◆ OutputFileName() [7/8]

OutputFileName::OutputFileName ( const ::std::string &  s,
const ::xercesc::DOMElement *  e,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

Create an instance from a string fragment.

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

◆ OutputFileName() [8/8]

OutputFileName::OutputFileName ( const OutputFileName 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.

◆ ~OutputFileName()

OutputFileName::~OutputFileName ( )
virtual

Destructor.

Member Function Documentation

◆ _clone()

OutputFileName * OutputFileName::_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.


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