Classes | Namespaces | Typedefs | Functions

stream.h File Reference

Go to the source code of this file.

Classes

class   Stream
  Streams are used to read information from a file, or to write it to a file. More...

Namespaces

namespace   mudbox
 

Class: ConvolutionKernel.


Typedefs

typedef Node *  NodePointer

Functions

template<typename type >
Stream &  operator== (Stream &s, type &v)
  Serializes any data type to/from the stream.
template<typename type >
Stream &  operator== (Stream &s, const type &v)