NEURON
BBSS_BufferOut Class Reference
Inheritance diagram for BBSS_BufferOut:
BBSS_IO BBSS_BufferIn

Public Member Functions

 BBSS_BufferOut (char *buffer, int size)
 
virtual ~BBSS_BufferOut ()
 
virtual void i (int &j, int chk=0) override
 
virtual void d (int n, double &p) override
 
virtual void d (int n, double *p) override
 
virtual void d (int n, double **p) override
 
virtual void d (int n, neuron::container::data_handle< double > h) override
 
virtual void s (char *cp, int chk=0) override
 
virtual Type type () override
 
virtual void a (int)
 
virtual void cpy (int size, char *cp)
 
- Public Member Functions inherited from BBSS_IO
 BBSS_IO ()
 
virtual ~BBSS_IO ()
 
virtual void skip (int)
 

Public Attributes

int sz
 
char * b
 
char * p
 

Additional Inherited Members

- Public Types inherited from BBSS_IO
enum  Type { IN , OUT , CNT }
 

Detailed Description

Definition at line 489 of file bbsavestate.cpp.

Constructor & Destructor Documentation

◆ BBSS_BufferOut()

BBSS_BufferOut::BBSS_BufferOut ( char *  buffer,
int  size 
)

Definition at line 506 of file bbsavestate.cpp.

◆ ~BBSS_BufferOut()

BBSS_BufferOut::~BBSS_BufferOut ( )
virtual

Definition at line 511 of file bbsavestate.cpp.

Member Function Documentation

◆ a()

void BBSS_BufferOut::a ( int  i)
virtual

Definition at line 533 of file bbsavestate.cpp.

◆ cpy()

void BBSS_BufferOut::cpy ( int  size,
char *  cp 
)
virtual

Reimplemented in BBSS_BufferIn.

Definition at line 539 of file bbsavestate.cpp.

◆ d() [1/4]

void BBSS_BufferOut::d ( int  n,
double &  p 
)
overridevirtual

Implements BBSS_IO.

Definition at line 515 of file bbsavestate.cpp.

◆ d() [2/4]

void BBSS_BufferOut::d ( int  n,
double **  p 
)
overridevirtual

Implements BBSS_IO.

Definition at line 521 of file bbsavestate.cpp.

◆ d() [3/4]

void BBSS_BufferOut::d ( int  n,
double *  p 
)
overridevirtual

Implements BBSS_IO.

Definition at line 518 of file bbsavestate.cpp.

◆ d() [4/4]

void BBSS_BufferOut::d ( int  n,
neuron::container::data_handle< double >  h 
)
overridevirtual

Implements BBSS_IO.

Definition at line 526 of file bbsavestate.cpp.

◆ i()

void BBSS_BufferOut::i ( int &  j,
int  chk = 0 
)
overridevirtual

Implements BBSS_IO.

Reimplemented in BBSS_BufferIn.

Definition at line 512 of file bbsavestate.cpp.

◆ s()

void BBSS_BufferOut::s ( char *  cp,
int  chk = 0 
)
overridevirtual

Implements BBSS_IO.

Reimplemented in BBSS_BufferIn.

Definition at line 530 of file bbsavestate.cpp.

◆ type()

BBSS_IO::Type BBSS_BufferOut::type ( )
overridevirtual

Implements BBSS_IO.

Reimplemented in BBSS_BufferIn.

Definition at line 536 of file bbsavestate.cpp.

Member Data Documentation

◆ b

char* BBSS_BufferOut::b

Definition at line 503 of file bbsavestate.cpp.

◆ p

char* BBSS_BufferOut::p

Definition at line 504 of file bbsavestate.cpp.

◆ sz

int BBSS_BufferOut::sz

Definition at line 502 of file bbsavestate.cpp.


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