NEURON
BBSS_TxtFileOut Class Reference
Inheritance diagram for BBSS_TxtFileOut:
BBSS_IO

Public Member Functions

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

Public Attributes

FILE * f
 

Additional Inherited Members

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

Detailed Description

Definition at line 426 of file bbsavestate.cpp.

Constructor & Destructor Documentation

◆ BBSS_TxtFileOut()

BBSS_TxtFileOut::BBSS_TxtFileOut ( const char *  fname)

Definition at line 437 of file bbsavestate.cpp.

◆ ~BBSS_TxtFileOut()

BBSS_TxtFileOut::~BBSS_TxtFileOut ( )
virtual

Definition at line 441 of file bbsavestate.cpp.

Member Function Documentation

◆ d() [1/2]

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

Implements BBSS_IO.

Definition at line 447 of file bbsavestate.cpp.

◆ d() [2/2]

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

Implements BBSS_IO.

Definition at line 450 of file bbsavestate.cpp.

◆ i()

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

Implements BBSS_IO.

Definition at line 444 of file bbsavestate.cpp.

◆ s()

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

Implements BBSS_IO.

Definition at line 456 of file bbsavestate.cpp.

◆ type()

BBSS_IO::Type BBSS_TxtFileOut::type ( )
virtual

Implements BBSS_IO.

Definition at line 459 of file bbsavestate.cpp.

Member Data Documentation

◆ f

FILE* BBSS_TxtFileOut::f

Definition at line 435 of file bbsavestate.cpp.


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