Go to the source code of this file.
Classes | |
| class | nest::TargetDataFields |
| class | nest::SecondaryTargetDataFields |
| class | nest::TargetData |
| Used to communicate part of the connection infrastructure from post- to presynaptic side. More... | |
Namespaces | |
| namespace | nest |
| Namespace for the NEST simulation kernel. | |
Typedefs | |
| using | nest::success_target_data_fields_size = StaticAssert< sizeof(TargetDataFields)==8 >::success |
| check legal size | |
| using | nest::success_secondary_target_data_fields_size = StaticAssert< sizeof(SecondaryTargetDataFields)==8 >::success |
| check legal size | |
| using | nest::success_target_data_size = StaticAssert< sizeof(TargetData)==12 >::success |
| check legal size | |
Enumerations | |
| enum | nest::enum_status_target_data_id { nest::TARGET_DATA_ID_DEFAULT , nest::TARGET_DATA_ID_COMPLETE , nest::TARGET_DATA_ID_END , nest::TARGET_DATA_ID_INVALID } |