#include <connection_id.h>
◆ ConnectionID() [1/4]
| nest::ConnectionID::ConnectionID |
( |
| ) |
|
|
inline |
◆ ConnectionID() [2/4]
| nest::ConnectionID::ConnectionID |
( |
long |
source_node_id, |
|
|
long |
target_node_id, |
|
|
long |
target_thread, |
|
|
long |
synapse_modelid, |
|
|
long |
port |
|
) |
| |
◆ ConnectionID() [3/4]
| nest::ConnectionID::ConnectionID |
( |
long |
source_node_id, |
|
|
long |
target_thread, |
|
|
long |
synapse_modelid, |
|
|
long |
port |
|
) |
| |
◆ ConnectionID() [4/4]
◆ get_dict()
◆ get_port()
| long nest::ConnectionID::get_port |
( |
| ) |
const |
|
inline |
◆ get_source_node_id()
| long nest::ConnectionID::get_source_node_id |
( |
| ) |
const |
|
inline |
◆ get_synapse_model_id()
| long nest::ConnectionID::get_synapse_model_id |
( |
| ) |
const |
|
inline |
◆ get_target_node_id()
| long nest::ConnectionID::get_target_node_id |
( |
| ) |
const |
|
inline |
◆ get_target_thread()
| long nest::ConnectionID::get_target_thread |
( |
| ) |
const |
|
inline |
◆ operator==()
| bool nest::ConnectionID::operator== |
( |
const ConnectionID & |
c | ) |
const |
◆ print_me()
| void nest::ConnectionID::print_me |
( |
std::ostream & |
out | ) |
const |
◆ port_
| long nest::ConnectionID::port_ |
|
protected |
◆ source_node_id_
| long nest::ConnectionID::source_node_id_ |
|
protected |
◆ synapse_modelid_
| long nest::ConnectionID::synapse_modelid_ |
|
protected |
◆ target_node_id_
| long nest::ConnectionID::target_node_id_ |
|
protected |
◆ target_thread_
| long nest::ConnectionID::target_thread_ |
|
protected |
The documentation for this class was generated from the following files: