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


Public Member Functions | |
| MRAmp & | copy (const MRAmp &) |
| MRAmp (const MRAmpEncode &mpenc) | |
| MRAmp (const MRAmp &) | |
| MRAmp () | |
| MRAmp & | operator= (const MRAmp &) |
| ~MRAmp () | |
|
|
Definition at line 36 of file MRAmp.h.
|
|
|
Definition at line 39 of file MRAmp.h.
|
|
|
Definition at line 44 of file MRAmp.h.
|
|
|
Definition at line 47 of file MRAmp.h.
00048 {
00049 // if ( _ptbuffer != 0 ) { delete _ptbuffer; _ptbuffer = 0; }
00050 }
|
|
|
Definition at line 53 of file MRAmp.h. References MRAmpBase._ptbuffer, and MRAmpBase.copy(). Referenced by operator=().
00054 {
00055 // dynamic_cast<MRAmpBase&>(this)
00056 // = dynamic_cast<MRAmpBase&>(mp);
00057
00058 // MRAmpBase::copy(mp);
00059 if ( _ptbuffer != 0 ) { delete _ptbuffer; _ptbuffer = 0; }
00060 _ptbuffer = new Buffer( *dynamic_cast<Buffer*>(mp._ptbuffer) );
00061 MRAmpBase::copy(mp);
00062
00063 return *this;
00064 }
|
|
|
Definition at line 67 of file MRAmp.h. References copy().
00067 { return copy(rhs); }
|
1.3.6