|
OTest2
A C++ testing framework
|
A binary testmark serializer based on the standard C++ streams. More...
#include <testmarkoutbinios.h>


Public Member Functions | |
| TestMarkOutBinIOS (std::ostream *os_) | |
| Ctor. More... | |
| virtual | ~TestMarkOutBinIOS () |
| Dtor. More... | |
| TestMarkOutBinIOS (const TestMarkOutBinIOS &)=delete | |
| TestMarkOutBinIOS & | operator= (const TestMarkOutBinIOS &)=delete |
Public Member Functions inherited from OTest2::TestMarkOutBin | |
| TestMarkOutBin () | |
| Ctor. More... | |
| virtual | ~TestMarkOutBin () |
| Dtor. More... | |
| TestMarkOutBin (const TestMarkOutBin &)=delete | |
| TestMarkOutBin & | operator= (const TestMarkOutBin &)=delete |
| virtual void | writeTypeMark (const char *typemark_) override |
| Write type mark of currently stored testmark. More... | |
| virtual void | writeInt (std::int64_t value_) override |
| Write a 64 bit integer. More... | |
| virtual void | writeFloat (long double value_) override |
| Write 64-bit float. More... | |
| virtual void | writeString (const std::string &string_) override |
| Write text string. More... | |
Public Member Functions inherited from OTest2::TestMarkOut | |
| TestMarkOut () | |
| Ctor. More... | |
| virtual | ~TestMarkOut () |
| Dtor. More... | |
| TestMarkOut (const TestMarkOut &)=delete | |
| TestMarkOut & | operator= (const TestMarkOut &)=delete |
A binary testmark serializer based on the standard C++ streams.
Definition at line 32 of file testmarkoutbinios.h.
|
explicit |
Ctor.
| os_ | The output stream. The ownership is not taken. |
Definition at line 27 of file testmarkoutbinios.cpp.
|
virtual |
Dtor.
Definition at line 34 of file testmarkoutbinios.cpp.
|
delete |
|
delete |
1.8.17