ACE_RMCast
6.1.1
|
#include <Protocol.h>
Public Member Functions | |
NRTM (Header const &h, istream &is) | |
NRTM () | |
NRTM_ptr | clone () |
void | insert (Address const &addr, u64 sn) |
u64 | find (Address const &addr) const |
bool | empty () const |
virtual void | serialize_body (ostream &os) const |
virtual void | serialize_body (sstream &ss) const |
Static Public Member Functions | |
static u32 | max_count (u32 max_size) |
Static Public Attributes | |
static u16 const | id = 0x0006 |
Protected Member Functions | |
virtual Profile_ptr | clone_ () |
NRTM (NRTM const &nrtm) | |
Private Types | |
typedef ACE_Hash_Map_Manager_Ex < Address, u64, AddressHasher, ACE_Equal_To< Address > , ACE_Null_Mutex > | Map |
Private Attributes | |
Map | map_ |
typedef ACE_Hash_Map_Manager_Ex<Address, u64, AddressHasher, ACE_Equal_To<Address>, ACE_Null_Mutex> ACE_RMCast::NRTM::Map [private] |
ACE_RMCast::NRTM::NRTM | ( | Header const & | h, |
istream & | is | ||
) | [inline] |
ACE_RMCast::NRTM::NRTM | ( | ) | [inline] |
ACE_RMCast::NRTM::NRTM | ( | NRTM const & | nrtm | ) | [inline, protected] |
NRTM_ptr ACE_RMCast::NRTM::clone | ( | ) | [inline] |
Reimplemented from ACE_RMCast::Profile.
virtual Profile_ptr ACE_RMCast::NRTM::clone_ | ( | ) | [inline, protected, virtual] |
Implements ACE_RMCast::Profile.
bool ACE_RMCast::NRTM::empty | ( | ) | const [inline] |
u64 ACE_RMCast::NRTM::find | ( | Address const & | addr | ) | const [inline] |
void ACE_RMCast::NRTM::insert | ( | Address const & | addr, |
u64 | sn | ||
) | [inline] |
static u32 ACE_RMCast::NRTM::max_count | ( | u32 | max_size | ) | [inline, static] |
virtual void ACE_RMCast::NRTM::serialize_body | ( | ostream & | os | ) | const [inline, virtual] |
Implements ACE_RMCast::Profile.
virtual void ACE_RMCast::NRTM::serialize_body | ( | sstream & | ss | ) | const [inline, virtual] |
Implements ACE_RMCast::Profile.
u16 const ACE_RMCast::NRTM::id = 0x0006 [static] |
Map ACE_RMCast::NRTM::map_ [private] |