LOST  0.0.1
LOST: Open-source Star Tracker
lost::DeserializeContext Class Reference

#include <serialize-helpers.hpp>

Public Member Functions

 DeserializeContext (const unsigned char *buffer)
 
size_t GetOffset () const
 
void MoveForward (size_t howMuch)
 
const unsigned char * GetCursor ()
 

Detailed Description

Definition at line 41 of file serialize-helpers.hpp.

Constructor & Destructor Documentation

◆ DeserializeContext()

lost::DeserializeContext::DeserializeContext ( const unsigned char *  buffer)
inlineexplicit

Definition at line 43 of file serialize-helpers.hpp.

Member Function Documentation

◆ GetCursor()

const unsigned char* lost::DeserializeContext::GetCursor ( )
inline

Definition at line 53 of file serialize-helpers.hpp.

Here is the caller graph for this function:

◆ GetOffset()

size_t lost::DeserializeContext::GetOffset ( ) const
inline

Definition at line 45 of file serialize-helpers.hpp.

Here is the caller graph for this function:

◆ MoveForward()

void lost::DeserializeContext::MoveForward ( size_t  howMuch)
inline

Definition at line 49 of file serialize-helpers.hpp.

Here is the caller graph for this function:

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