![]() |
NEURON
|
#include <bbsavestate.h>
Public Types | |
| enum | Type { IN, OUT, CNT } |
Public Member Functions | |
| BBSS_IO () | |
| virtual | ~BBSS_IO () |
| virtual void | i (int &j, int chk=0)=0 |
| virtual void | d (int n, double &p)=0 |
| virtual void | d (int n, double *p)=0 |
| virtual void | s (char *cp, int chk=0)=0 |
| virtual Type | type ()=0 |
| virtual void | skip (int) |
Definition at line 12 of file bbsavestate.h.
| enum BBSS_IO::Type |
| Enumerator | |
|---|---|
| IN | |
| OUT | |
| CNT | |
Definition at line 14 of file bbsavestate.h.
| BBSS_IO::BBSS_IO | ( | ) |
Definition at line 374 of file bbsavestate.cpp.
|
inlinevirtual |
Definition at line 16 of file bbsavestate.h.
Implemented in BBSS_BufferOut, BBSS_TxtFileIn, BBSS_TxtFileOut, and BBSS_Cnt.
Implemented in BBSS_BufferOut, BBSS_TxtFileIn, BBSS_TxtFileOut, and BBSS_Cnt.
Implemented in BBSS_BufferIn, BBSS_BufferOut, BBSS_TxtFileIn, BBSS_TxtFileOut, and BBSS_Cnt.
Implemented in BBSS_BufferIn, BBSS_BufferOut, BBSS_TxtFileIn, BBSS_TxtFileOut, and BBSS_Cnt.
Reimplemented in BBSS_BufferIn, and BBSS_TxtFileIn.
Definition at line 22 of file bbsavestate.h.
|
pure virtual |
Implemented in BBSS_BufferIn, BBSS_BufferOut, BBSS_TxtFileIn, BBSS_TxtFileOut, and BBSS_Cnt.