NeuroML C++ API  2.3.0
C++ API for NeuroML 2
List of all members
neuroml2::Q10Settings Class Reference

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

#include <NeuroML_v2.3.hxx>

+ Inheritance diagram for neuroml2::Q10Settings:
+ Collaboration diagram for neuroml2::Q10Settings:

type

Accessor and modifier functions for the type required attribute.

typedef ::neuroml2::NmlId type_type
 Attribute type.
 
typedef ::xsd::cxx::tree::traits< type_type, char > type_traits
 Attribute traits type.
 
const type_typetype () const
 Return a read-only (constant) reference to the attribute. More...
 
type_typetype ()
 Return a read-write reference to the attribute. More...
 
void type (const type_type &x)
 Set the attribute value. More...
 
void type (::std::unique_ptr< type_type > p)
 Set the attribute value without copying. More...
 

fixedQ10

Accessor and modifier functions for the fixedQ10 optional attribute.

typedef ::neuroml2::Nml2Quantity_none fixedQ10_type
 Attribute type.
 
typedef ::xsd::cxx::tree::optional< fixedQ10_typefixedQ10_optional
 Attribute optional container type.
 
typedef ::xsd::cxx::tree::traits< fixedQ10_type, char > fixedQ10_traits
 Attribute traits type.
 
const fixedQ10_optionalfixedQ10 () const
 Return a read-only (constant) reference to the attribute container. More...
 
fixedQ10_optionalfixedQ10 ()
 Return a read-write reference to the attribute container. More...
 
void fixedQ10 (const fixedQ10_type &x)
 Set the attribute value. More...
 
void fixedQ10 (const fixedQ10_optional &x)
 Set the attribute value. More...
 
void fixedQ10 (::std::unique_ptr< fixedQ10_type > p)
 Set the attribute value without copying. More...
 

q10Factor

Accessor and modifier functions for the q10Factor optional attribute.

typedef ::neuroml2::Nml2Quantity_none q10Factor_type
 Attribute type.
 
typedef ::xsd::cxx::tree::optional< q10Factor_typeq10Factor_optional
 Attribute optional container type.
 
typedef ::xsd::cxx::tree::traits< q10Factor_type, char > q10Factor_traits
 Attribute traits type.
 
const q10Factor_optionalq10Factor () const
 Return a read-only (constant) reference to the attribute container. More...
 
q10Factor_optionalq10Factor ()
 Return a read-write reference to the attribute container. More...
 
void q10Factor (const q10Factor_type &x)
 Set the attribute value. More...
 
void q10Factor (const q10Factor_optional &x)
 Set the attribute value. More...
 
void q10Factor (::std::unique_ptr< q10Factor_type > p)
 Set the attribute value without copying. More...
 

experimentalTemp

Accessor and modifier functions for the experimentalTemp optional attribute.

typedef ::neuroml2::Nml2Quantity_temperature experimentalTemp_type
 Attribute type.
 
typedef ::xsd::cxx::tree::optional< experimentalTemp_typeexperimentalTemp_optional
 Attribute optional container type.
 
typedef ::xsd::cxx::tree::traits< experimentalTemp_type, char > experimentalTemp_traits
 Attribute traits type.
 
const experimentalTemp_optionalexperimentalTemp () const
 Return a read-only (constant) reference to the attribute container. More...
 
experimentalTemp_optionalexperimentalTemp ()
 Return a read-write reference to the attribute container. More...
 
void experimentalTemp (const experimentalTemp_type &x)
 Set the attribute value. More...
 
void experimentalTemp (const experimentalTemp_optional &x)
 Set the attribute value. More...
 
void experimentalTemp (::std::unique_ptr< experimentalTemp_type > p)
 Set the attribute value without copying. More...
 

Constructors

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

Detailed Description

Class corresponding to the Q10Settings schema type.

Definition at line 24542 of file NeuroML_v2.3.hxx.

Constructor & Destructor Documentation

◆ Q10Settings() [1/2]

neuroml2::Q10Settings::Q10Settings ( 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.

Definition at line 28030 of file NeuroML_v2.3.cxx.

◆ Q10Settings() [2/2]

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

Definition at line 28018 of file NeuroML_v2.3.cxx.

Member Function Documentation

◆ _clone()

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

Definition at line 28090 of file NeuroML_v2.3.cxx.

◆ experimentalTemp() [1/5]

Q10Settings::experimentalTemp_optional & neuroml2::Q10Settings::experimentalTemp ( )

Return a read-write reference to the attribute container.

Returns
A reference to the optional container.

Definition at line 5609 of file NeuroML_v2.3.cxx.

◆ experimentalTemp() [2/5]

const Q10Settings::experimentalTemp_optional & neuroml2::Q10Settings::experimentalTemp ( ) const

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

Returns
A constant reference to the optional container.

Definition at line 5603 of file NeuroML_v2.3.cxx.

◆ experimentalTemp() [3/5]

void neuroml2::Q10Settings::experimentalTemp ( ::std::unique_ptr< experimentalTemp_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

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

Definition at line 5627 of file NeuroML_v2.3.cxx.

◆ experimentalTemp() [4/5]

void neuroml2::Q10Settings::experimentalTemp ( const experimentalTemp_optional x)

Set the attribute value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the attribute. Otherwise the attribute container is set the 'not present' state.

Definition at line 5621 of file NeuroML_v2.3.cxx.

◆ experimentalTemp() [5/5]

void neuroml2::Q10Settings::experimentalTemp ( const experimentalTemp_type x)

Set the attribute value.

Parameters
xA new value to set.

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

Definition at line 5615 of file NeuroML_v2.3.cxx.

◆ fixedQ10() [1/5]

Q10Settings::fixedQ10_optional & neuroml2::Q10Settings::fixedQ10 ( )

Return a read-write reference to the attribute container.

Returns
A reference to the optional container.

Definition at line 5549 of file NeuroML_v2.3.cxx.

◆ fixedQ10() [2/5]

const Q10Settings::fixedQ10_optional & neuroml2::Q10Settings::fixedQ10 ( ) const

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

Returns
A constant reference to the optional container.

Definition at line 5543 of file NeuroML_v2.3.cxx.

◆ fixedQ10() [3/5]

void neuroml2::Q10Settings::fixedQ10 ( ::std::unique_ptr< fixedQ10_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

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

Definition at line 5567 of file NeuroML_v2.3.cxx.

◆ fixedQ10() [4/5]

void neuroml2::Q10Settings::fixedQ10 ( const fixedQ10_optional x)

Set the attribute value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the attribute. Otherwise the attribute container is set the 'not present' state.

Definition at line 5561 of file NeuroML_v2.3.cxx.

◆ fixedQ10() [5/5]

void neuroml2::Q10Settings::fixedQ10 ( const fixedQ10_type x)

Set the attribute value.

Parameters
xA new value to set.

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

Definition at line 5555 of file NeuroML_v2.3.cxx.

◆ operator=()

Q10Settings & neuroml2::Q10Settings::operator= ( const Q10Settings 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.

Definition at line 28097 of file NeuroML_v2.3.cxx.

◆ q10Factor() [1/5]

Q10Settings::q10Factor_optional & neuroml2::Q10Settings::q10Factor ( )

Return a read-write reference to the attribute container.

Returns
A reference to the optional container.

Definition at line 5579 of file NeuroML_v2.3.cxx.

◆ q10Factor() [2/5]

const Q10Settings::q10Factor_optional & neuroml2::Q10Settings::q10Factor ( ) const

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

Returns
A constant reference to the optional container.

Definition at line 5573 of file NeuroML_v2.3.cxx.

◆ q10Factor() [3/5]

void neuroml2::Q10Settings::q10Factor ( ::std::unique_ptr< q10Factor_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

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

Definition at line 5597 of file NeuroML_v2.3.cxx.

◆ q10Factor() [4/5]

void neuroml2::Q10Settings::q10Factor ( const q10Factor_optional x)

Set the attribute value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the attribute. Otherwise the attribute container is set the 'not present' state.

Definition at line 5591 of file NeuroML_v2.3.cxx.

◆ q10Factor() [5/5]

void neuroml2::Q10Settings::q10Factor ( const q10Factor_type x)

Set the attribute value.

Parameters
xA new value to set.

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

Definition at line 5585 of file NeuroML_v2.3.cxx.

◆ type() [1/4]

Q10Settings::type_type & neuroml2::Q10Settings::type ( )

Return a read-write reference to the attribute.

Returns
A reference to the attribute.

Definition at line 5525 of file NeuroML_v2.3.cxx.

◆ type() [2/4]

const Q10Settings::type_type & neuroml2::Q10Settings::type ( ) const

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

Returns
A constant reference to the attribute.

Definition at line 5519 of file NeuroML_v2.3.cxx.

◆ type() [3/4]

void neuroml2::Q10Settings::type ( ::std::unique_ptr< type_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

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

Definition at line 5537 of file NeuroML_v2.3.cxx.

◆ type() [4/4]

void neuroml2::Q10Settings::type ( const type_type x)

Set the attribute value.

Parameters
xA new value to set.

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

Definition at line 5531 of file NeuroML_v2.3.cxx.


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