WebServiceProtocol::MessageDeliverEvents Struct Reference
#include <protocol.h>
Inheritance diagram for WebServiceProtocol::MessageDeliverEvents:
Public Types | |
typedef std::vector< uid_type > | key_container |
typedef std::vector< Properties > | event_container |
Public Member Functions | |
MessageDeliverEvents (const unsigned int size=1) | |
MessageDeliverEvents (event_container &&events) | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int) |
Public Attributes | |
key_container | keys |
event_container | events |
Detailed Description
Definition at line 397 of file ws/protocol.h.
Member Typedef Documentation
typedef std::vector<Properties> WebServiceProtocol::MessageDeliverEvents::event_container |
Definition at line 401 of file ws/protocol.h.
typedef std::vector<uid_type> WebServiceProtocol::MessageDeliverEvents::key_container |
Definition at line 400 of file ws/protocol.h.
Constructor & Destructor Documentation
WebServiceProtocol::MessageDeliverEvents::MessageDeliverEvents | ( | const unsigned int | size = 1 | ) | [inline, explicit] |
Definition at line 405 of file ws/protocol.h.
WebServiceProtocol::MessageDeliverEvents::MessageDeliverEvents | ( | event_container && | events | ) | [inline, explicit] |
Definition at line 409 of file ws/protocol.h.
Member Function Documentation
template<class Archive >
void WebServiceProtocol::MessageDeliverEvents::serialize | ( | Archive & | ar, |
const unsigned | int | ||
) | [inline] |
Definition at line 414 of file ws/protocol.h.
Member Data Documentation
Definition at line 403 of file ws/protocol.h.
Referenced by serialize().
Definition at line 402 of file ws/protocol.h.
Referenced by serialize().
The documentation for this struct was generated from the following file:
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.