Base class for device objects.
Definition device_node.h:36
void set_local_device_id(const size_t ldid) override
Sets the local device id.
Definition device_node.h:59
DeviceNode()
Definition device_node.h:39
size_t local_device_id_
Definition device_node.h:55
size_t get_local_device_id() const override
Gets the local device id.
Definition device_node.h:65
DeviceNode(DeviceNode const &dn)
Definition device_node.h:45
Base class for all NEST network objects.
Definition node.h:99
Namespace for the NEST simulation kernel.
Definition beta_normalization_factor.h:33
Declarations for base class Node.