#include <Encoder.h>
Inheritance diagram for Atlas::Objects::ObjectsEncoder:
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. |
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.
|
The default constructor.
|
|
Send an object to the bridge.
|
Copyright 2000-2004 the respective authors.
This document can be licensed under the terms of the GNU Free Documentation License or the GNU General Public License and may be freely distributed under the terms given by one of these licenses.