CoreNEURON
coreneuron::NetSendBuffer_t Struct Reference

Detailed Description

Definition at line 62 of file mechanism.hpp.

#include <mechanism.hpp>

Inheritance diagram for coreneuron::NetSendBuffer_t:
MemoryManaged

Public Member Functions

 NetSendBuffer_t (int size)
 
size_t size_of_object ()
 
 ~NetSendBuffer_t ()
 
void grow ()
 

Public Attributes

int * _sendtype
 
int * _vdata_index
 
int * _pnt_index
 
int * _weight_index
 
double * _nsb_t
 
double * _nsb_flag
 
int _cnt
 
int _size
 
int reallocated
 

Private Member Functions

template<typename T >
void grow_buf (T **buf, int size, int new_size)
 

Constructor & Destructor Documentation

◆ NetSendBuffer_t()

coreneuron::NetSendBuffer_t::NetSendBuffer_t ( int  size)
inline

Definition at line 73 of file mechanism.hpp.

◆ ~NetSendBuffer_t()

coreneuron::NetSendBuffer_t::~NetSendBuffer_t ( )
inline

Definition at line 95 of file mechanism.hpp.

Member Function Documentation

◆ grow()

void coreneuron::NetSendBuffer_t::grow ( )
inline

Definition at line 104 of file mechanism.hpp.

◆ grow_buf()

template<typename T >
void coreneuron::NetSendBuffer_t::grow_buf ( T **  buf,
int  size,
int  new_size 
)
inlineprivate

Definition at line 122 of file mechanism.hpp.

◆ size_of_object()

size_t coreneuron::NetSendBuffer_t::size_of_object ( )
inline

Definition at line 88 of file mechanism.hpp.

Member Data Documentation

◆ _cnt

int coreneuron::NetSendBuffer_t::_cnt

Definition at line 69 of file mechanism.hpp.

◆ _nsb_flag

double* coreneuron::NetSendBuffer_t::_nsb_flag

Definition at line 68 of file mechanism.hpp.

◆ _nsb_t

double* coreneuron::NetSendBuffer_t::_nsb_t

Definition at line 67 of file mechanism.hpp.

◆ _pnt_index

int* coreneuron::NetSendBuffer_t::_pnt_index

Definition at line 65 of file mechanism.hpp.

◆ _sendtype

int* coreneuron::NetSendBuffer_t::_sendtype

Definition at line 63 of file mechanism.hpp.

◆ _size

int coreneuron::NetSendBuffer_t::_size

Definition at line 70 of file mechanism.hpp.

◆ _vdata_index

int* coreneuron::NetSendBuffer_t::_vdata_index

Definition at line 64 of file mechanism.hpp.

◆ _weight_index

int* coreneuron::NetSendBuffer_t::_weight_index

Definition at line 66 of file mechanism.hpp.

◆ reallocated

int coreneuron::NetSendBuffer_t::reallocated

Definition at line 71 of file mechanism.hpp.


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