#include <services.h>
Inheritance diagram for Ishtar::ServiceAnswer:
Public Types | |
typedef std::map< UInt32, ServiceDescription * > | DescriptionMap |
A map of the UID and descriptions of services. | |
Public Member Functions | |
virtual | ~ServiceAnswer () |
Destructor. | |
void | deleteDescriptions (void) |
To be called by client-side only, destroy the ServiceDescription 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 | |
DescriptionMap | descriptions |
The descriptions of all services. |