Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals

MRAsbfstream Class Reference

#include <MRAsbfstream.h>

Inheritance diagram for MRAsbfstream:

Inheritance graph
[legend]
Collaboration diagram for MRAsbfstream:

Collaboration graph
[legend]

Public Member Functions

string isa ()
 MRAsbfstream (const MRAmpEncode &)
 MRAsbfstream (const MRAsbBase &)
 MRAsbfstream (const MRAsbfstream &)
 MRAsbfstream ()
 ~MRAsbfstream ()

Constructor & Destructor Documentation

MRAsbfstream::MRAsbfstream  ) 
 

Definition at line 38 of file MRAsbfstream.h.

00038 : MRAsbBase( new Buffer ) {}

MRAsbfstream::MRAsbfstream const MRAsbfstream  ) 
 

Definition at line 41 of file MRAsbfstream.h.

00042  : MRAsbBase( 
00043      sb, new Bufferfstream(*dynamic_cast<Bufferfstream*>(sb._ptbuffer)) 
00044    )
00045 {}

MRAsbfstream::MRAsbfstream const MRAsbBase  ) 
 

Definition at line 48 of file MRAsbfstream.h.

00049   : MRAsbBase( sb,  new Bufferfstream ) 
00050 {}

MRAsbfstream::MRAsbfstream const MRAmpEncode  ) 
 

Definition at line 53 of file MRAsbfstream.h.

00054   : MRAsbBase( mpenc, new Bufferfstream )
00055 {} 

MRAsbfstream::~MRAsbfstream  ) 
 

Definition at line 58 of file MRAsbfstream.h.

00059 {
00060 //   if ( _ptbuffer != 0 ) { delete _ptbuffer; _ptbuffer = 0; }
00061 }


Member Function Documentation

string MRAsbfstream.isa  ) 
 

Definition at line 24 of file MRAsbfstream.h.

00024 { return "MRAsbfstream"; }


The documentation for this class was generated from the following file:
Generated on Mon May 31 21:41:34 2004 for SR2k4 Assembler by doxygen 1.3.6