#include <BinaryStream.h>
◆ BinaryOutputStream()
gl::BinaryOutputStream::BinaryOutputStream |
( |
| ) |
|
|
inline |
◆ data()
const void* gl::BinaryOutputStream::data |
( |
| ) |
const |
|
inline |
◆ length()
size_t gl::BinaryOutputStream::length |
( |
void |
| ) |
const |
|
inline |
◆ writeBytes()
void gl::BinaryOutputStream::writeBytes |
( |
const unsigned char * |
bytes, |
|
|
size_t |
count |
|
) |
| |
|
inline |
◆ writeInt()
template<class IntT >
void gl::BinaryOutputStream::writeInt |
( |
IntT |
param | ) |
|
|
inline |
◆ writeIntOrNegOne()
template<class UintT >
void gl::BinaryOutputStream::writeIntOrNegOne |
( |
UintT |
param | ) |
|
|
inline |
◆ writeString()
The documentation for this class was generated from the following file: