fipa_acl  1.4
Classes | Namespaces | Typedefs
byte_sequence.h File Reference
#include <stdio.h>
#include <string>
#include <vector>
#include <boost/cstdint.hpp>

Go to the source code of this file.

Classes

class  fipa::acl::ByteStringPrinter
 Printer using the visitor pattern for the ByteString type. More...
 
class  fipa::acl::ByteStringRawPrinter
 Printer using the visitor pattern for the ByteString type. More...
 
class  fipa::acl::ByteSequence
 Representation of a byte sequence. We also embed information about the encoding. More...
 

Namespaces

 fipa
 Foundation of Physical Intelligent Agents.
 
 fipa::acl
 Agent Communication Language.
 

Typedefs

typedef boost::variant< boost::uint_least8_t, boost::uint_least16_t, boost::uint_least32_t > fipa::acl::LengthValue
 Definition of a length - internally used by the parser. More...
 
typedef boost::variant< std::string, std::vector< unsigned char > > fipa::acl::ByteString
 Definition of a ByteString. More...