TCStreamAble.h File Reference

This file provides the definition of TC::StreamAble. More...

#include "TCStream.h"

Include dependency graph for TCStreamAble.h:

Go to the source code of this file.

Classes

class  TC::StreamAble
 Interface class define functions for streaming a object to a Stream. More...

Namespaces

namespace  TC

Functions

StreamPtr TC::operator>> (StreamPtr stream, StreamAble &object)
 Read operator for reading a StreamAble object reference from a Stream.
StreamPtr TC::operator<< (StreamPtr stream, const StreamAble &object)
 Write operator for writing a StreamAble object reference to a Stream.


Detailed Description

This file provides the definition of TC::StreamAble.

Author:
Thomas Goessler

Definition in file TCStreamAble.h.


Copyright (c) Thomas Goessler 2003 - 2008