NEURON
BBSS_Cnt Class Reference
Inheritance diagram for BBSS_Cnt:
BBSS_IO

Public Member Functions

 BBSS_Cnt ()
 
virtual ~BBSS_Cnt ()
 
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
 
int bytecnt ()
 
- Public Member Functions inherited from BBSS_IO
 BBSS_IO ()
 
virtual ~BBSS_IO ()
 
virtual void skip (int)
 

Public Attributes

int ni
 
int nd
 
int ns
 
int nl
 

Private Member Functions

int bytecntbin ()
 
int bytecntasc ()
 

Additional Inherited Members

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

Detailed Description

Definition at line 312 of file bbsavestate.cpp.

Constructor & Destructor Documentation

◆ BBSS_Cnt()

BBSS_Cnt::BBSS_Cnt ( )

Definition at line 330 of file bbsavestate.cpp.

◆ ~BBSS_Cnt()

BBSS_Cnt::~BBSS_Cnt ( )
virtual

Definition at line 333 of file bbsavestate.cpp.

Member Function Documentation

◆ bytecnt()

int BBSS_Cnt::bytecnt ( )

Definition at line 360 of file bbsavestate.cpp.

◆ bytecntasc()

int BBSS_Cnt::bytecntasc ( )
private

Definition at line 366 of file bbsavestate.cpp.

◆ bytecntbin()

int BBSS_Cnt::bytecntbin ( )
private

Definition at line 363 of file bbsavestate.cpp.

◆ d() [1/4]

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

Implements BBSS_IO.

Definition at line 338 of file bbsavestate.cpp.

◆ d() [2/4]

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

Implements BBSS_IO.

Definition at line 346 of file bbsavestate.cpp.

◆ d() [3/4]

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

Implements BBSS_IO.

Definition at line 342 of file bbsavestate.cpp.

◆ d() [4/4]

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

Implements BBSS_IO.

Definition at line 350 of file bbsavestate.cpp.

◆ i()

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

Implements BBSS_IO.

Definition at line 334 of file bbsavestate.cpp.

◆ s()

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

Implements BBSS_IO.

Definition at line 354 of file bbsavestate.cpp.

◆ type()

BBSS_IO::Type BBSS_Cnt::type ( )
overridevirtual

Implements BBSS_IO.

Definition at line 357 of file bbsavestate.cpp.

Member Data Documentation

◆ nd

int BBSS_Cnt::nd

Definition at line 324 of file bbsavestate.cpp.

◆ ni

int BBSS_Cnt::ni

Definition at line 324 of file bbsavestate.cpp.

◆ nl

int BBSS_Cnt::nl

Definition at line 324 of file bbsavestate.cpp.

◆ ns

int BBSS_Cnt::ns

Definition at line 324 of file bbsavestate.cpp.


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