NEST
2.6.0,not_revisioned_source_dir@0
|
#include <connection_id.h>
Public Member Functions | |
ConnectionID () | |
ConnectionID (long source_gid, long target_gid, long target_thread, long synapse_modelid, long port) | |
ConnectionID (long source_gid, long target_thread, long synapse_modelid, long port) | |
ConnectionID (const ConnectionID &) | |
DictionaryDatum | get_dict () const |
ArrayDatum | to_ArrayDatum () const |
bool | operator== (const ConnectionID &c) const |
void | print_me (std::ostream &out) const |
long | get_source_gid () const |
long | get_target_gid () const |
long | get_target_thread () const |
long | get_synapse_model_id () const |
long | get_port () const |
Protected Attributes | |
long | source_gid_ |
long | target_gid_ |
long | target_thread_ |
long | synapse_modelid_ |
long | port_ |
|
inline |
nest::ConnectionID::ConnectionID | ( | long | source_gid, |
long | target_gid, | ||
long | target_thread, | ||
long | synapse_modelid, | ||
long | port | ||
) |
nest::ConnectionID::ConnectionID | ( | long | source_gid, |
long | target_thread, | ||
long | synapse_modelid, | ||
long | port | ||
) |
|
inline |
DictionaryDatum nest::ConnectionID::get_dict | ( | ) | const |
|
inline |
References port_.
|
inline |
References source_gid_.
|
inline |
References synapse_modelid_.
|
inline |
References target_gid_.
|
inline |
References target_thread_.
bool nest::ConnectionID::operator== | ( | const ConnectionID & | c | ) | const |
References port_, source_gid_, synapse_modelid_, target_gid_, and target_thread_.
void nest::ConnectionID::print_me | ( | std::ostream & | out | ) | const |
References port_, source_gid_, synapse_modelid_, target_gid_, and target_thread_.
ArrayDatum nest::ConnectionID::to_ArrayDatum | ( | ) | const |
References ad, port_, TokenArray::push_back(), source_gid_, synapse_modelid_, target_gid_, and target_thread_.
|
protected |
Referenced by get_dict(), get_port(), operator==(), print_me(), and to_ArrayDatum().
|
protected |
Referenced by get_dict(), get_source_gid(), operator==(), print_me(), and to_ArrayDatum().
|
protected |
Referenced by get_dict(), get_synapse_model_id(), operator==(), print_me(), and to_ArrayDatum().
|
protected |
Referenced by get_dict(), get_target_gid(), operator==(), print_me(), and to_ArrayDatum().
|
protected |
Referenced by get_dict(), get_target_thread(), operator==(), print_me(), and to_ArrayDatum().