![]() |
KIDS
ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
|
#include <Variable.h>


Public Member Functions | |
| VARIABLE (const std::string &name, Shape *shape, const std::string &doc) | |
| std::string | name () |
| std::string | doc () |
| Shape & | shape () const |
Static Public Attributes | |
| static std::vector< VARIABLE_BASE * > | _LIST |
Private Attributes | |
| std::string | _name |
| T * | _data |
| Shape * | _shape |
| std::string | _doc |
| bool | allocated = false |
Definition at line 54 of file Variable.h.
|
inline |
Definition at line 56 of file Variable.h.
References PROJECT_NS::VARIABLE_BASE::_LIST.
|
inlinevirtual |
Implements PROJECT_NS::VARIABLE_BASE.
Definition at line 63 of file Variable.h.
References PROJECT_NS::VARIABLE< T >::_doc.
Referenced by swigInputBuilder.SwigInputBuilder::_buildOrderedClassNodes(), swigInputBuilder.SwigInputBuilder::_getNodeByID(), swigInputBuilder.SwigInputBuilder::writeFactories(), and swigInputBuilder.SwigInputBuilder::writeGlobalConstants().

|
inlinevirtual |
Implements PROJECT_NS::VARIABLE_BASE.
Definition at line 61 of file Variable.h.
References PROJECT_NS::VARIABLE< T >::_name.
|
inline |
Definition at line 65 of file Variable.h.
References PROJECT_NS::VARIABLE< T >::_shape.
|
private |
Definition at line 69 of file Variable.h.
|
private |
Definition at line 71 of file Variable.h.
Referenced by PROJECT_NS::VARIABLE< T >::doc().
|
staticinherited |
Definition at line 43 of file Variable.h.
Referenced by PROJECT_NS::Handler::run_help_dataset(), and PROJECT_NS::VARIABLE< T >::VARIABLE().
|
private |
Definition at line 68 of file Variable.h.
Referenced by PROJECT_NS::VARIABLE< T >::name().
|
private |
Definition at line 70 of file Variable.h.
Referenced by PROJECT_NS::VARIABLE< T >::shape().
|
private |
Definition at line 72 of file Variable.h.