NEST
2.6.0,not_revisioned_source_dir@0
|
#include <datum.h>
Public Member Functions | |
TypedDatum (void) | |
Public Member Functions inherited from Datum | |
virtual | ~Datum () |
void | addReference () const |
void | removeReference () |
size_t | numReferences () const |
bool | is_executable () const |
void | set_executable () |
void | unset_executable () |
virtual void | print (std::ostream &) const =0 |
virtual void | pprint (std::ostream &) const =0 |
virtual void | list (std::ostream &o, std::string prefix, int l) const |
virtual void | input_form (std::ostream &o) const |
virtual bool | equals (const Datum *d) const |
virtual void | info (std::ostream &) const |
const Name & | gettypename (void) const |
bool | isoftype (SLIType const &t) const |
void | execute (SLIInterpreter *i) |
Protected Member Functions | |
TypedDatum (const TypedDatum< slt > &d) | |
const TypedDatum< slt > & | operator= (const TypedDatum< slt > &) |
Protected Member Functions inherited from Datum | |
Datum () | |
Datum (const SLIType *t) | |
Datum (const Datum &d) | |
Additional Inherited Members | |
Protected Attributes inherited from Datum | |
const SLIType * | type |
Pointer to type object. More... | |
const SLIFunction * | action |
Shortcut to the SLIType default action. More... | |
unsigned int | reference_count_ |
bool | executable_ |
|
inline |
|
inlineprotected |
|
inlineprotected |