#include <DaqExpandable.h>
Inheritance diagram for DybDaq::DaqExpandable:
Public Member Functions | |
| virtual | ~DaqExpandable () |
| Destroy this instance of the class. | |
Protected Member Functions | |
| DaqExpandable () | |
| Creates an instance of this class. | |
| virtual void | expanded (const unsigned int size)=0 |
| Tells this object that its contents has expanded by the specified number of bytes. | |
Private Member Functions | |
| DaqExpandable (DaqExpandable &rhs) | |
| Suppress default. | |
| DaqExpandable & | operator= (DaqExpandable &rhs) |
| Suppress default. | |
Friends | |
| class | DaqContainer |
Definition at line 19 of file DaqExpandable.h.
| DaqExpandable::~DaqExpandable | ( | ) | [virtual] |
| DaqExpandable::DaqExpandable | ( | ) | [protected] |
| DybDaq::DaqExpandable::DaqExpandable | ( | DaqExpandable & | rhs | ) | [private] |
Suppress default.
| virtual void DybDaq::DaqExpandable::expanded | ( | const unsigned int | size | ) | [protected, pure virtual] |
Tells this object that its contents has expanded by the specified number of bytes.
| DaqExpandable& DybDaq::DaqExpandable::operator= | ( | DaqExpandable & | rhs | ) | [private] |
Suppress default.
friend class DaqContainer [friend] |
Definition at line 23 of file DaqExpandable.h.
1.4.7