Atlas::Message::Encoder

Section: C Library Functions (3)
Updated: 24 Jul 2009
Index Return to Main Contents
 

NAME

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

 

SYNOPSIS


#include <MEncoder.h>

Inherits Atlas::EncoderBase.

 

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>

 

Author

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