Atlas::Message::Encoder Class Reference

Encoder that transmits Atlas::Message::Element. More...

#include <MEncoder.h>

Inheritance diagram for Atlas::Message::Encoder:

Atlas::EncoderBase

List of all members.

Public Member Functions

 Encoder (Atlas::Bridge &)
void streamMessageElement (const MapType &obj)
 Send a message (must be a map!) in stream state.
void mapElementItem (const std::string &, const Element &)
 Send an object as a map item.
void mapElementMapItem (const std::string &, const MapType &)
void mapElementListItem (const std::string &, const ListType &)
void listElementItem (const Element &)
 Send an object as a list item.
void listElementMapItem (const MapType &)
void listElementListItem (const ListType &)


Detailed Description

Encoder that transmits Atlas::Message::Element.

This encoder can be used to send Atlas::Message::Element objects representing full atlas messages.

See also:
Element

Atlas::Bridge

Atlas::EncoderBase

Author:
Stefanus Du Toit <sdt@gmx.net>

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

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.