Devel Lib
Devel::Serializing::SCompareData Struct Reference

Structure for comparing serialized data. More...

#include <SerializableData.h>

Public Member Functions

 SCompareData (const void *i_pData, const size_t i_nSize)
 Constructs an SCompareData object with the specified data and size. More...
 

Public Attributes

const void * pData
 The pointer to the data.
 
const size_t nSize
 The size of the data.
 

Detailed Description

Structure for comparing serialized data.

Constructor & Destructor Documentation

◆ 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_pDataThe pointer to the data.
i_nSizeThe size of the data.

The documentation for this struct was generated from the following file: