client-cpp  0.7.4
kaa::LogRecord Class Reference

#include <LogRecord.hpp>

Public Member Functions

 LogRecord (const KaaUserLogRecord &record)
 
 LogRecord (const std::uint8_t *data, size_t size)
 
const std::vector< std::uint8_t > & getData () const
 
size_t getSize () const
 
const LogEntry & getLogEntry ()
 

Detailed Description

Definition at line 31 of file LogRecord.hpp.

Constructor & Destructor Documentation

kaa::LogRecord::LogRecord ( const KaaUserLogRecord &  record)
inline

Definition at line 33 of file LogRecord.hpp.

kaa::LogRecord::LogRecord ( const std::uint8_t *  data,
size_t  size 
)
inline

Definition at line 39 of file LogRecord.hpp.

Member Function Documentation

const std::vector<std::uint8_t>& kaa::LogRecord::getData ( ) const
inline

Definition at line 47 of file LogRecord.hpp.

const LogEntry& kaa::LogRecord::getLogEntry ( )
inline

Definition at line 50 of file LogRecord.hpp.

size_t kaa::LogRecord::getSize ( ) const
inline

Definition at line 48 of file LogRecord.hpp.


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