A generic interface of a serializer of test marks.
More...
#include <testmarkout.h>
A generic interface of a serializer of test marks.
Definition at line 31 of file testmarkout.h.
◆ TestMarkOut() [1/2]
OTest2::TestMarkOut::TestMarkOut |
( |
| ) |
|
◆ ~TestMarkOut()
OTest2::TestMarkOut::~TestMarkOut |
( |
| ) |
|
|
virtual |
◆ TestMarkOut() [2/2]
OTest2::TestMarkOut::TestMarkOut |
( |
const TestMarkOut & |
| ) |
|
|
delete |
◆ operator=()
◆ writeFloat()
virtual void OTest2::TestMarkOut::writeFloat |
( |
long double |
value_ | ) |
|
|
pure virtual |
◆ writeInt()
virtual void OTest2::TestMarkOut::writeInt |
( |
std::int64_t |
value_ | ) |
|
|
pure virtual |
◆ writeString()
virtual void OTest2::TestMarkOut::writeString |
( |
const std::string & |
string_ | ) |
|
|
pure virtual |
◆ writeTypeMark()
virtual void OTest2::TestMarkOut::writeTypeMark |
( |
const char * |
typemark_ | ) |
|
|
pure virtual |
Write type mark of currently stored testmark.
- Parameters
-
typemark_ | The typemark. It's a unique string identifying the testmark type and consisting maximally of 255 characters. |
Implemented in OTest2::TestMarkOutBin.
The documentation for this class was generated from the following files: