#include <good_tests.h>


Definition at line 258 of file good_tests.h.
Public Member Functions | |
| ArrayUint8 () | |
| ~ArrayUint8 () | |
| void | write (Writer *w) const throw (WritingException) |
| void | read (Reader *r) throw (ReadingException) |
Data Fields | |
| uint8_t * | a |
| RDK2::UnitTest::Serialization::ArrayUint8::ArrayUint8 | ( | ) | [inline] |
| RDK2::UnitTest::Serialization::ArrayUint8::~ArrayUint8 | ( | ) | [inline] |
| void RDK2::UnitTest::Serialization::ArrayUint8::write | ( | Writer * | ) | const throw (WritingException) [inline, virtual] |
Function to be implemented by objects wishing to serialize themselves.
Here are some assumptions:
Implements RDK2::Serialization::Writable.
Definition at line 267 of file good_tests.h.
References a, and ARRAY_SIZE.
| void RDK2::UnitTest::Serialization::ArrayUint8::read | ( | Reader * | r | ) | throw (ReadingException) [inline, virtual] |
The object must let the exceptions generated by the Reader to pass through, as the reader will take care of them.
For de-serializing, the object must call on "r": 1) r->startReading("class name"); 2) zero or more r->read_* functions. 3) r->endReading();
Implements RDK2::Serialization::Readable.
Definition at line 273 of file good_tests.h.
References a, and RDK2::Statistics::r.
Definition at line 259 of file good_tests.h.
Referenced by ArrayUint8(), read(), write(), and ~ArrayUint8().
1.5.6