![]() |
KIDS
ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
|
Node class is an abstract interface. More...
#include <Node.h>
Public Member Functions | |
virtual std::string | repr ()=0 |
virtual std::string | help (const std::string &name)=0 |
kids_dtype | type () |
Protected Attributes | |
kids_dtype | _type = kids_void_type |
Friends | |
class | DataSet |
|
pure virtual |
Implemented in PROJECT_NS::DataSet, and PROJECT_NS::Tensor< T >.
Referenced by PROJECT_NS::DataSet::help().
|
pure virtual |
Implemented in PROJECT_NS::DataSet, and PROJECT_NS::Tensor< T >.
Referenced by PROJECT_NS::DataSet::repr().
|
inline |
Definition at line 45 of file Node.h.
References _type.
Referenced by PROJECT_NS::DataSet::help(), and PROJECT_NS::DataSet::repr().
|
protected |
Definition at line 50 of file Node.h.
Referenced by PROJECT_NS::DataSet::DataSet(), PROJECT_NS::Tensor< T >::Tensor(), and type().