NEURON
BBSS_BufferIn Class Reference
Inheritance diagram for BBSS_BufferIn:
BBSS_BufferOut BBSS_IO

Public Member Functions

 BBSS_BufferIn (char *buffer, int size)
 
virtual ~BBSS_BufferIn ()
 
virtual void i (int &j, int chk=0)
 
virtual void s (char *cp, int chk=0)
 
virtual void skip (int n)
 
virtual Type type ()
 
virtual void cpy (int size, char *cp)
 
- Public Member Functions inherited from BBSS_BufferOut
 BBSS_BufferOut (char *buffer, int size)
 
virtual ~BBSS_BufferOut ()
 
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 a (int)
 
- Public Member Functions inherited from BBSS_IO
 BBSS_IO ()
 
virtual ~BBSS_IO ()
 

Additional Inherited Members

- Public Types inherited from BBSS_IO
enum  Type { IN , OUT , CNT }
 
- Public Attributes inherited from BBSS_BufferOut
int sz
 
char * b
 
char * p
 

Detailed Description

Definition at line 546 of file bbsavestate.cpp.

Constructor & Destructor Documentation

◆ BBSS_BufferIn()

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

Definition at line 558 of file bbsavestate.cpp.

◆ ~BBSS_BufferIn()

BBSS_BufferIn::~BBSS_BufferIn ( )
virtual

Definition at line 560 of file bbsavestate.cpp.

Member Function Documentation

◆ cpy()

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

Reimplemented from BBSS_BufferOut.

Definition at line 578 of file bbsavestate.cpp.

◆ i()

void BBSS_BufferIn::i ( int &  j,
int  chk = 0 
)
virtual

Reimplemented from BBSS_BufferOut.

Definition at line 561 of file bbsavestate.cpp.

◆ s()

void BBSS_BufferIn::s ( char *  cp,
int  chk = 0 
)
virtual

Reimplemented from BBSS_BufferOut.

Definition at line 569 of file bbsavestate.cpp.

◆ skip()

virtual void BBSS_BufferIn::skip ( int  n)
inlinevirtual

Reimplemented from BBSS_IO.

Definition at line 552 of file bbsavestate.cpp.

◆ type()

BBSS_IO::Type BBSS_BufferIn::type ( )
virtual

Reimplemented from BBSS_BufferOut.

Definition at line 575 of file bbsavestate.cpp.


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