NEURON
BBSS_TxtFileIn Class Reference
Inheritance diagram for BBSS_TxtFileIn:
BBSS_IO

Public Member Functions

 BBSS_TxtFileIn (const char *)
 
virtual ~BBSS_TxtFileIn ()
 
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 skip (int) override
 
- Public Member Functions inherited from BBSS_IO
 BBSS_IO ()
 
virtual ~BBSS_IO ()
 

Public Attributes

FILE * f
 

Additional Inherited Members

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

Detailed Description

Definition at line 420 of file bbsavestate.cpp.

Constructor & Destructor Documentation

◆ BBSS_TxtFileIn()

BBSS_TxtFileIn::BBSS_TxtFileIn ( const char *  fname)

Definition at line 438 of file bbsavestate.cpp.

◆ ~BBSS_TxtFileIn()

BBSS_TxtFileIn::~BBSS_TxtFileIn ( )
virtual

Definition at line 444 of file bbsavestate.cpp.

Member Function Documentation

◆ d() [1/4]

virtual void BBSS_TxtFileIn::d ( int  n,
double &  p 
)
inlineoverridevirtual

Implements BBSS_IO.

Definition at line 425 of file bbsavestate.cpp.

◆ d() [2/4]

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

Implements BBSS_IO.

Definition at line 462 of file bbsavestate.cpp.

◆ d() [3/4]

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

Implements BBSS_IO.

Definition at line 456 of file bbsavestate.cpp.

◆ d() [4/4]

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

Implements BBSS_IO.

Definition at line 468 of file bbsavestate.cpp.

◆ i()

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

Implements BBSS_IO.

Definition at line 447 of file bbsavestate.cpp.

◆ s()

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

Implements BBSS_IO.

Definition at line 475 of file bbsavestate.cpp.

◆ skip()

void BBSS_TxtFileIn::skip ( int  n)
overridevirtual

Reimplemented from BBSS_IO.

Definition at line 483 of file bbsavestate.cpp.

◆ type()

virtual Type BBSS_TxtFileIn::type ( )
inlineoverridevirtual

Implements BBSS_IO.

Definition at line 432 of file bbsavestate.cpp.

Member Data Documentation

◆ f

FILE* BBSS_TxtFileIn::f

Definition at line 436 of file bbsavestate.cpp.


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