NEURON
SetupTransferInfo Struct Reference

#include <partrans.h>

Public Attributes

std::vector< sgid_tsrc_sid
 
std::vector< intsrc_type
 
std::vector< intsrc_index
 
std::vector< sgid_ttar_sid
 
std::vector< inttar_type
 
std::vector< inttar_index
 

Detailed Description

Definition at line 20 of file partrans.h.

Member Data Documentation

◆ src_index

std::vector<int> SetupTransferInfo::src_index

Definition at line 23 of file partrans.h.

◆ src_sid

std::vector<sgid_t> SetupTransferInfo::src_sid

Definition at line 21 of file partrans.h.

◆ src_type

std::vector<int> SetupTransferInfo::src_type

Definition at line 22 of file partrans.h.

◆ tar_index

std::vector<int> SetupTransferInfo::tar_index

Definition at line 27 of file partrans.h.

◆ tar_sid

std::vector<sgid_t> SetupTransferInfo::tar_sid

Definition at line 25 of file partrans.h.

◆ tar_type

std::vector<int> SetupTransferInfo::tar_type

Definition at line 26 of file partrans.h.


The documentation for this struct was generated from the following file: