Stream of data that can be used to serialize data structures.
Public Member Functions | |
template<typename T > | |
bool | write (const T &data) |
Protected Member Functions | |
virtual bool | write_raw (const void *, size_t)=0 |
#include <bvh/v2/stream.h>
|
inline |
|
protectedpure virtual |
Implemented in bvh::v2::StdOutputStream.