steam-min-cpp
Loading...
Searching...
No Matches
Steam::Messaging::Messages::MsgBase Class Reference
Inheritance diagram for Steam::Messaging::Messages::MsgBase:

Public Member Functions

 MsgBase (size_t reserve=0)
std::vector< uint8_t > & Payload ()
const std::vector< uint8_t > & Payload () const
void WriteByte (uint8_t b)
void WriteBytes (const std::vector< uint8_t > &data)
template<typename T>
void WriteValue (const T &value)
void WriteString (const std::string &str)
void WriteNullTermString (const std::string &str)
uint8_t ReadByte ()
template<typename T>
ReadValue ()
std::string ReadNullTermString ()
void Seek (size_t pos)
size_t Tell () const

Protected Attributes

std::vector< uint8_t > payload
size_t readPos = 0

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