#include <MRAsbfstream.h>
Inheritance diagram for MRAsbfstream:


Public Member Functions | |
| string | isa () |
| MRAsbfstream (const MRAmpEncode &) | |
| MRAsbfstream (const MRAsbBase &) | |
| MRAsbfstream (const MRAsbfstream &) | |
| MRAsbfstream () | |
| ~MRAsbfstream () | |
|
|
Definition at line 38 of file MRAsbfstream.h.
|
|
|
Definition at line 41 of file MRAsbfstream.h.
00042 : MRAsbBase( 00043 sb, new Bufferfstream(*dynamic_cast<Bufferfstream*>(sb._ptbuffer)) 00044 ) 00045 {} |
|
|
Definition at line 48 of file MRAsbfstream.h.
00049 : MRAsbBase( sb, new Bufferfstream ) 00050 {} |
|
|
Definition at line 53 of file MRAsbfstream.h.
00054 : MRAsbBase( mpenc, new Bufferfstream ) 00055 {} |
|
|
Definition at line 58 of file MRAsbfstream.h.
00059 {
00060 // if ( _ptbuffer != 0 ) { delete _ptbuffer; _ptbuffer = 0; }
00061 }
|
|
|
Definition at line 24 of file MRAsbfstream.h.
00024 { return "MRAsbfstream"; }
|
1.3.6