#include <stdio.h>
#include <string>
#include <vector>
#include <boost/cstdint.hpp>
Go to the source code of this file.
|
| | fipa |
| | Foundation of Physical Intelligent Agents.
|
| |
| | fipa::acl |
| | Agent Communication Language.
|
| |
|
| 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...
|
| |