#include <MyClass.h>
Definition at line 13 of file MyClass.h.
Definition at line 13 of file MyClass.cxx.
14 cout <<
"Creating object." <<
endl;
QTextStream & endl(QTextStream &s)
Definition at line 17 of file MyClass.cxx.
18 cout <<
"Deleting object." <<
endl;
QTextStream & endl(QTextStream &s)
void MyClass::Streamer |
( |
TBuffer & |
rbuf | ) |
|
Definition at line 22 of file MyClass.cxx.
23 const string myname =
"MyClass: ";
25 TClass* pclass = TClass::GetClass(
"MyClass");
26 if ( buf.IsReading() ) {
27 if ( pclass ==
nullptr ) {
28 cout << myname <<
"Dictionary not found for read." <<
endl;
31 cout << myname <<
"Reading object." <<
endl;
32 pclass->ReadBuffer(buf,
this);
35 if ( pclass ==
nullptr ) {
36 cout << myname <<
"Dictionary not found for write." <<
endl;
39 cout << myname <<
"Writing object." <<
endl;
40 pclass->WriteBuffer(buf,
this);
QTextStream & endl(QTextStream &s)
float MyClass::myfloat = 0.0 |
TObject* MyClass::myobj = nullptr |
unsigned int MyClass::readCount =0 |
The documentation for this class was generated from the following files: