#include "TCStream.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. | |
Definition in file TCStreamAble.h.