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

MRAsb Class Reference

#include <MRAsb.h>

Inheritance diagram for MRAsb:

Inheritance graph
[legend]
Collaboration diagram for MRAsb:

Collaboration graph
[legend]

Public Member Functions

const char * c_str ()
string isa () const
 MRAsb (const MRAmpEncode &)
 MRAsb (const MRAsbBase &)
 MRAsb (const MRAsb &)
 MRAsb ()
 ~MRAsb ()

Constructor & Destructor Documentation

MRAsb::MRAsb  ) 
 

Definition at line 38 of file MRAsb.h.

00038 : MRAsbBase( new Buffer ) {} 

MRAsb::MRAsb const MRAsb  ) 
 

Definition at line 44 of file MRAsb.h.

00045   : MRAsbBase(sb, new Buffer( *dynamic_cast<Buffer*>(sb._ptbuffer) ) )
00046 {}

MRAsb::MRAsb const MRAsbBase  ) 
 

Definition at line 41 of file MRAsb.h.

00041 : MRAsbBase( sb, new Buffer ) {}

MRAsb::MRAsb const MRAmpEncode  ) 
 

Definition at line 49 of file MRAsb.h.

00049 : MRAsbBase( mpenc, new Buffer ) {}

MRAsb.~MRAsb  ) 
 

Definition at line 32 of file MRAsb.h.

00032 {}


Member Function Documentation

const char * MRAsb::c_str  ) 
 

Definition at line 52 of file MRAsb.h.

00052 { return dynamic_cast<Buffer*>(_ptbuffer)->c_str(); }

string MRAsb.isa  )  const [virtual]
 

Reimplemented from MRAsbBase.

Definition at line 25 of file MRAsb.h.

00025 { return "MRAsb"; }


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