Public Member Functions | Public Attributes

aesop::tcp_payload_t Struct Reference
[AESOP Network Protocol]

A tcp_payload_t consists of a namespace, a command, and then a hash of arguments. More...

#include <message.h>

List of all members.

Public Member Functions

 tcp_payload_t (void) throw ()
void clear (void) throw ()
bool is_empty (void) const throw ()

Public Attributes

std::string namespace_
std::string command
smart_ptr< Datahash > arguments

Detailed Description

A tcp_payload_t consists of a namespace, a command, and then a hash of arguments.

Definition at line 61 of file message.h.


Constructor & Destructor Documentation

aesop::tcp_payload_t::tcp_payload_t ( void   )  throw () [inline]

Definition at line 63 of file message.h.


Member Function Documentation

void aesop::tcp_payload_t::clear ( void   )  throw () [inline]

Definition at line 64 of file message.h.

bool aesop::tcp_payload_t::is_empty ( void   )  const throw () [inline]

Definition at line 69 of file message.h.


Member Data Documentation

Definition at line 74 of file message.h.

Definition at line 75 of file message.h.

smart_ptr<Datahash> aesop::tcp_payload_t::arguments

Definition at line 76 of file message.h.


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