MyraMath
Public Member Functions | List of all members
myra::OutputStream Class Referenceabstract

Abstraction layer, serializable objects write themselves to these. More...

#include <Streams.h>

Inheritance diagram for myra::OutputStream:
[legend]

Public Member Functions

virtual void write_binary (const char *p, size_t n)=0
 
template<class T >
void write (const T &t)
 

Detailed Description

Abstraction layer, serializable objects write themselves to these.


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