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)
 
virtual void d (int n, double &p)
 
virtual void d (int n, double *p)
 
virtual void s (char *cp, int chk=0)
 
virtual Type type ()
 
virtual void skip (int)
 
- 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 463 of file bbsavestate.cpp.

Constructor & Destructor Documentation

◆ BBSS_TxtFileIn()

BBSS_TxtFileIn::BBSS_TxtFileIn ( const char *  fname)

Definition at line 479 of file bbsavestate.cpp.

◆ ~BBSS_TxtFileIn()

BBSS_TxtFileIn::~BBSS_TxtFileIn ( )
virtual

Definition at line 485 of file bbsavestate.cpp.

Member Function Documentation

◆ d() [1/2]

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

Implements BBSS_IO.

Definition at line 468 of file bbsavestate.cpp.

◆ d() [2/2]

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

Implements BBSS_IO.

Definition at line 497 of file bbsavestate.cpp.

◆ i()

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

Implements BBSS_IO.

Definition at line 488 of file bbsavestate.cpp.

◆ s()

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

Implements BBSS_IO.

Definition at line 503 of file bbsavestate.cpp.

◆ skip()

void BBSS_TxtFileIn::skip ( int  n)
virtual

Reimplemented from BBSS_IO.

Definition at line 511 of file bbsavestate.cpp.

◆ type()

virtual Type BBSS_TxtFileIn::type ( )
inlinevirtual

Implements BBSS_IO.

Definition at line 473 of file bbsavestate.cpp.

Member Data Documentation

◆ f

FILE* BBSS_TxtFileIn::f

Definition at line 477 of file bbsavestate.cpp.


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