#include <services.h>
Inheritance diagram for Ishtar::ValuesAnswer:

Public Types | |
|
typedef std::map< UInt32, ValueVector * > | ValueVectorMap |
| A map of the UID and values of services. | |
Public Member Functions | |
| virtual | ~ValuesAnswer () |
| Destructor. | |
| void | deleteValues (void) |
| To be called by client-side only, destroy the ValueVector in the map. | |
| virtual void | serialize (OutputStream *stream) |
| Serialize this answer to stream. | |
| virtual void | deserializeSpecified (InputStream *stream) |
| Deserialize this answer from stream, the type has already been read because the Answer is already created. | |
Public Attributes | |
| Int32 | requestID |
| The ID of the request, used by the proxy for queuing. | |
| ValueVectorMap | values |
| The UID and values of several services. | |
1.4.2