Atlas_Objects_ObjectsEncoder(3)
| Atlas::Objects::ObjectsEncoder(3) | Library Functions Manual | Atlas::Objects::ObjectsEncoder(3) |
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.
Additional Inherited Members
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:
Author:
Constructor & Destructor Documentation
Atlas::Objects::ObjectsEncoder::ObjectsEncoder (Atlas::Bridge & b) [inline], [explicit]
The default constructor.
Parameters:
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:
Author
Generated automatically by Doxygen for Atlas-C++ from the source code.
| Tue Oct 10 2017 | Atlas-C++ |
