A string that represents the AMQP symbol type. More...
#include <symbol.hpp>
 
 | Public Member Functions | |
| symbol (const std::string &s=std::string()) | |
| Construct from a std::string. | |
| symbol (const char *s) | |
| Construct from a C string. | |
| template<class Iter > | |
| symbol (Iter start, Iter finish) | |
| Construct from any sequence of char. | |
A string that represents the AMQP symbol type.
A symbol can contain only 7-bit ASCII characters.