Structure for comparing serialized data.
More...
#include <SerializableData.h>
|
|
const void * | pData |
| | The pointer to the data.
|
| |
|
const size_t | nSize |
| | The size of the data.
|
| |
Structure for comparing serialized data.
◆ SCompareData()
| Devel::Serializing::SCompareData::SCompareData |
( |
const void * |
i_pData, |
|
|
const size_t |
i_nSize |
|
) |
| |
|
inline |
Constructs an SCompareData object with the specified data and size.
- Parameters
-
| i_pData | The pointer to the data. |
| i_nSize | The size of the data. |
The documentation for this struct was generated from the following file: