Main Page | Modules | Class Hierarchy | Class List | File List | Class Members | Related Pages

Atlas::Objects::Encoder Class Reference

Objects hierarchy encoder. More...

#include <Encoder.h>

Inheritance diagram for Atlas::Objects::Encoder:

Atlas::EncoderBase Atlas::Bridge List of all members.

Public Member Functions

 Encoder (Atlas::Bridge *b)
 The default constructor.

virtual ~Encoder ()
 The default destructor.

virtual void StreamMessage (const Atlas::Objects::Root *o)
 Send an object to the bridge.


Detailed Description

Objects hierarchy encoder.

This Encoder can be used to send objects in the Atlas::Objects hierarchy to a certain Bridge (e.g. a codec).

Simply call the StreamMessage member with a pointer to the object to be sent.

See also:
Atlas::Objects::Decoder
Author:
Stefanus Du Toit <sdt@gmx.net>


Constructor & Destructor Documentation

Atlas::Objects::Encoder::Encoder Atlas::Bridge b  )  [inline]
 

The default constructor.

Parameters:
b The Bridge to which objects are to be sent.


Member Function Documentation

virtual void Atlas::Objects::Encoder::StreamMessage const Atlas::Objects::Root o  )  [inline, virtual]
 

Send an object to the bridge.

Parameters:
o The object that is to be sent.


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

Copyright 2000 the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.