ACE_RMCast
6.1.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) |
typedef ACE_Hash_Map_Manager<u16, Profile_ptr, ACE_Null_Mutex> ACE_RMCast::Message::Profiles [private] |
ACE_RMCast::Message::Message | ( | ) | [inline] |
ACE_RMCast::Message::Message | ( | Message const & | m | ) | [inline, protected] |
bool ACE_RMCast::Message::add | ( | Profile_ptr | p | ) | [inline] |
ProfileIterator ACE_RMCast::Message::begin | ( | ) | const [inline] |
Message_ptr ACE_RMCast::Message::clone | ( | ) | [inline] |
void ACE_RMCast::Message::remove | ( | u16 | id | ) | [inline] |
void ACE_RMCast::Message::replace | ( | Profile_ptr | p | ) | [inline] |
size_t ACE_RMCast::Message::size | ( | ) | const [inline] |
Profiles ACE_RMCast::Message::profiles_ [private] |