ACE_RMCast
6.2.0
|
#include <Protocol.h>
Public Types | |
typedef Profiles::const_iterator | ProfileIterator |
Public Member Functions | |
Message () | |
Message_ptr | clone () |
bool | add (Profile_ptr p) |
void | replace (Profile_ptr p) |
void | remove (u16 id) |
Profile const * | find (u16 id) const |
ProfileIterator | begin () const |
size_t | size () const |
Protected Member Functions | |
Message (Message const &m) | |
Private Types | |
typedef ACE_Hash_Map_Manager < u16, Profile_ptr, ACE_Null_Mutex > | Profiles |
Private Member Functions | |
Message & | operator= (Message const &) |
Private Attributes | |
Profiles | profiles_ |
Friends | |
ostream & | operator<< (ostream &os, Message const &m) |
|
private |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |