NEST
2.6.0,not_revisioned_source_dir@0
|
Class providing compact (hpc) target identified by index. More...
#include <target_identifier.h>
Public Member Functions | |
TargetIdentifierIndex () | |
TargetIdentifierIndex (const TargetIdentifierIndex &t) | |
void | get_status (DictionaryDatum &d) const |
Node * | get_target_ptr (thread t) const |
rport | get_rport () const |
void | set_target (Node *target) |
void | set_rport (rport rprt) |
Private Attributes | |
targetindex | target_ |
Target node. More... | |
Class providing compact (hpc) target identified by index.
This class represents a connection target using a thread-local index, while fixing the rport to 0. Connection classes with this class as template argument provide "hpc" synapses with minimal memory requirement..
See Kunkel et al, Front Neuroinform 8:78 (2014), Sec 3.3.
|
inline |
|
inline |
|
inline |
|
inline |
References nest::names::d, nest::invalid_targetindex, nest::names::rport, nest::names::target, and target_.
|
inline |
|
inline |
|
private |
Target node.
Referenced by get_status(), get_target_ptr(), and set_target().