NEST
2.6.0,not_revisioned_source_dir@0
|
Class providing classic target identified information with target pointer and rport. More...
#include <target_identifier.h>
Public Member Functions | |
TargetIdentifierPtrRport () | |
TargetIdentifierPtrRport (const TargetIdentifierPtrRport &t) | |
void | get_status (DictionaryDatum &d) const |
Node * | get_target_ptr (thread) const |
rport | get_rport () const |
void | set_target (Node *target) |
void | set_rport (rport rprt) |
Private Attributes | |
Node * | target_ |
Target node. More... | |
rport | rport_ |
Receiver port at the target node. More... | |
Class providing classic target identified information with target pointer and rport.
This class represents a connection target using a pointer to the target neuron and the rport. Connection classes with this class as template argument provide "full" synapses.
See Kunkel et al, Front Neuroinform 8:78 (2014), Sec 3.3.
|
inline |
|
inline |
|
inline |
References nest::names::d, nest::Node::get_gid(), nest::names::rport, rport_, nest::names::target, and target_.
|
inline |
References nest::names::target, and target_.
|
private |
Receiver port at the target node.
Referenced by get_rport(), get_status(), and set_rport().
|
private |
Target node.
Referenced by get_status(), get_target_ptr(), and set_target().