Represents implementation of BinaryData interface for exisitng data.
More...
#include <BinaryData.hpp>
Represents implementation of BinaryData interface for exisitng data.
- Note
- The source data should exist because wrapper doesn't own it.
◆ Wrapper() [1/2]
Constructor.
- Parameters
-
data | the pointer to start of the data. |
size | the size of the data. |
validate | indicates that source data should be validated. |
- Exceptions
-
◆ Wrapper() [2/2]
◆ getData()
const uint8_t* CppMate::BinaryData::Wrapper::getData |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getSize()
uint64_t CppMate::BinaryData::Wrapper::getSize |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: