Atlas_Objects_ObjectsEncoder (3) - Linux Manuals

Atlas_Objects_ObjectsEncoder: Objects hierarchy encoder.

NAME

Atlas::Objects::ObjectsEncoder - Objects hierarchy encoder.

SYNOPSIS


#include <Encoder.h>

Inherits Atlas::EncoderBase.

Public Member Functions


ObjectsEncoder (Atlas::Bridge &b)
The default constructor.
~ObjectsEncoder ()
The default destructor.
template<class ObjectData > void streamObjectsMessage (const Atlas::Objects::SmartPtr< ObjectData > &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 [at] gmx.net>

Constructor & Destructor Documentation

Atlas::Objects::ObjectsEncoder::ObjectsEncoder (Atlas::Bridge & b) [inline, explicit]

The default constructor.

Parameters:

b The Bridge to which objects are to be sent.

Member Function Documentation

template<class ObjectData > void Atlas::Objects::ObjectsEncoder::streamObjectsMessage (const Atlas::Objects::SmartPtr< ObjectData > & o) [inline]

Send an object to the bridge.

Parameters:

o The object that is to be sent.

Author

Generated automatically by Doxygen for Atlas-C++ from the source code.