![]() |
NeuroML C++ API
2.3.0
C++ API for NeuroML 2
|
Enumeration class corresponding to the allowedSpaces schema type. More...
#include <NeuroML_v2.3.hxx>
Public Types | |
enum | value { Euclidean_1D , Euclidean_2D , Euclidean_3D , Grid_1D , Grid_2D , Grid_3D } |
Underlying enum type. | |
Public Member Functions | |
allowedSpaces (value v) | |
Create an instance from the underlying enum value. More... | |
allowedSpaces (const char *v) | |
Create an instance from a C string. More... | |
allowedSpaces (const ::std::string &v) | |
Create an instance from a string. More... | |
allowedSpaces (const ::xml_schema::string &v) | |
Create an instance from the base value. More... | |
allowedSpaces (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
Create an instance from a DOM element. More... | |
allowedSpaces (const ::xercesc::DOMAttr &a, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
Create an instance from a DOM attribute. More... | |
allowedSpaces (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... | |
allowedSpaces (const allowedSpaces &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
Copy constructor. More... | |
virtual allowedSpaces * | _clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const |
Copy the instance polymorphically. More... | |
allowedSpaces & | operator= (value v) |
Assign the underlying enum value. More... | |
virtual | operator value () const |
Implicit conversion operator to the underlying enum value. More... | |
Enumeration class corresponding to the allowedSpaces schema type.
Definition at line 58196 of file NeuroML_v2.3.hxx.
neuroml2::allowedSpaces::allowedSpaces | ( | value | v | ) |
Create an instance from the underlying enum value.
v | A enum value. |
Definition at line 14507 of file NeuroML_v2.3.cxx.
neuroml2::allowedSpaces::allowedSpaces | ( | const char * | v | ) |
Create an instance from a C string.
v | A string value. |
Definition at line 14513 of file NeuroML_v2.3.cxx.
neuroml2::allowedSpaces::allowedSpaces | ( | const ::std::string & | v | ) |
Create an instance from a string.
v | A string value. |
Definition at line 14519 of file NeuroML_v2.3.cxx.
neuroml2::allowedSpaces::allowedSpaces | ( | const ::xml_schema::string & | v | ) |
Create an instance from the base value.
v | A base value. |
Definition at line 14525 of file NeuroML_v2.3.cxx.
neuroml2::allowedSpaces::allowedSpaces | ( | const ::xercesc::DOMElement & | e, |
::xml_schema::flags | f = 0 , |
||
::xml_schema::container * | c = 0 |
||
) |
Create an instance from a DOM element.
e | A DOM element to extract the data from. |
f | Flags to create the new instance with. |
c | A pointer to the object that will contain the new instance. |
Definition at line 43613 of file NeuroML_v2.3.cxx.
neuroml2::allowedSpaces::allowedSpaces | ( | const ::xercesc::DOMAttr & | a, |
::xml_schema::flags | f = 0 , |
||
::xml_schema::container * | c = 0 |
||
) |
Create an instance from a DOM attribute.
a | A DOM attribute to extract the data from. |
f | Flags to create the new instance with. |
c | A pointer to the object that will contain the new instance. |
Definition at line 43622 of file NeuroML_v2.3.cxx.
neuroml2::allowedSpaces::allowedSpaces | ( | 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.
s | A string fragment to extract the data from. |
e | A pointer to DOM element containing the string fragment. |
f | Flags to create the new instance with. |
c | A pointer to the object that will contain the new instance. |
Definition at line 43631 of file NeuroML_v2.3.cxx.
neuroml2::allowedSpaces::allowedSpaces | ( | const allowedSpaces & | x, |
::xml_schema::flags | f = 0 , |
||
::xml_schema::container * | c = 0 |
||
) |
Copy constructor.
x | An instance to make a copy of. |
f | Flags to create the copy with. |
c | A pointer to the object that will contain the copy. |
For polymorphic object models use the _clone
function instead.
Definition at line 14531 of file NeuroML_v2.3.cxx.
|
virtual |
Copy the instance polymorphically.
f | Flags to create the copy with. |
c | A pointer to the object that will contain the 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 43641 of file NeuroML_v2.3.cxx.
|
inlinevirtual |
Implicit conversion operator to the underlying enum value.
Definition at line 58323 of file NeuroML_v2.3.hxx.
allowedSpaces & neuroml2::allowedSpaces::operator= | ( | value | v | ) |
Assign the underlying enum value.
v | A enum value. |
Definition at line 14539 of file NeuroML_v2.3.cxx.