|
NEST
2.6.0,not_revisioned_source_dir@0
|
#include <lockptrdatum.h>
Public Member Functions | |
| lockPTRDatum () | |
| lockPTRDatum (const lockPTR< D > d) | |
| lockPTRDatum (D *d) | |
| lockPTRDatum (D &d) | |
| ~lockPTRDatum () | |
| void | print (std::ostream &) const |
| void | pprint (std::ostream &) const |
| void | info (std::ostream &) const |
| bool | equals (const Datum *) const |
| template<> | |
| void | pprint (std::ostream &out) const |
| template<> | |
| void | pprint (std::ostream &out) const |
| template<> | |
| void | pprint (std::ostream &out) const |
| template<> | |
| void | pprint (std::ostream &out) const |
Public Member Functions inherited from lockPTR< D > | |
| lockPTR (D *p=NULL) | |
| lockPTR (D &p_o) | |
| lockPTR (const lockPTR< D > &spd) | |
| virtual | ~lockPTR () |
| lockPTR< D > | operator= (const lockPTR< D > &spd) |
| lockPTR< D > | operator= (D &s) |
| lockPTR< D > | operator= (D const &s) |
| D * | get (void) |
| D * | get (void) const |
| D * | operator-> () const |
| D * | operator-> () |
| D & | operator* () |
| const D & | operator* () const |
| bool | operator! () const |
| < returns true if and only if obj->pointee == NULL More... | |
| bool | operator== (const lockPTR< D > &p) const |
| bool | operator!= (const lockPTR< D > &p) const |
| bool | valid (void) const |
| < returns true if and only if obj->pointee != NULL More... | |
| bool | islocked (void) const |
| bool | deletable (void) const |
| void | lock (void) const |
| void | unlock (void) const |
| void | unlock (void) |
| size_t | references (void) const |
Public Member Functions inherited from TypedDatum< slt > | |
| 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 | list (std::ostream &o, std::string prefix, int l) const |
| virtual void | input_form (std::ostream &o) const |
| const Name & | gettypename (void) const |
| bool | isoftype (SLIType const &t) const |
| void | execute (SLIInterpreter *i) |
Private Member Functions | |
| Datum * | clone (void) const |
| Virtual copy constructor. More... | |
| bool | operator== (lockPTR< D > &) |
Additional Inherited Members | |
Protected Member Functions inherited from TypedDatum< slt > | |
| 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) | |
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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivatevirtual |
|
virtual |
Reimplemented from Datum.
References lockPTR< D >::operator==().
|
virtual |
Reimplemented from Datum.
|
private |
|
virtual |
Implements Datum.
|
virtual |
Implements Datum.
|
virtual |
Implements Datum.
|
virtual |
Implements Datum.
|
virtual |
Implements Datum.
References nest::names::scientific.
|
virtual |
Implements Datum.
1.8.7