AMPS C/C++ Client Class Reference
AMPS C/C++ Client Version 5.3.4.4
|
Defines the AMPS::Message class and related classes. More...
#include "amps/util.hpp"
#include "amps/constants.hpp"
#include "amps/amps_generated.h"
#include "amps/Field.hpp"
#include <stdio.h>
#include <algorithm>
#include <ostream>
#include <string>
#include <functional>
Go to the source code of this file.
Classes | |
class | AMPS::MessageImpl |
Implementation class for a Message. More... | |
class | AMPS::Message |
Message encapsulates a single message sent to or received from an AMPS server, and provides methods for every header that can be present, whether or not that header will be populated or used in a particular context. More... | |
class | AMPS::Message::Options |
Class for constructing the options string to pass to AMPS in a Message. More... | |
struct | AMPS::Message::AckType |
Valid values for the setAckTypeEnum() and getAckTypeEnum() methods. More... | |
struct | AMPS::Message::Command |
Valid values for setCommandEnum() and getCommandEnum(). More... | |
Defines the AMPS::Message class and related classes.