ACE_RMCast 8.0.2
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Types | Private Attributes | List of all members
ACE_RMCast::NRTM Struct Reference

#include <Protocol.h>

Inheritance diagram for ACE_RMCast::NRTM:
Inheritance graph
[legend]
Collaboration diagram for ACE_RMCast::NRTM:
Collaboration graph
[legend]

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
 
- Public Member Functions inherited from ACE_RMCast::Profile
virtual ~Profile ()
 
Profile_ptr clone ()
 
u16 id () const
 
u16 size () 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)
 
- Protected Member Functions inherited from ACE_RMCast::Profile
 Profile (u16 id)
 
 Profile (Header const &h)
 
void size (u16 s)
 
u16 calculate_size ()
 

Private Types

typedef ACE_Hash_Map_Manager_Ex< Address, u64, AddressHasher, ACE_Equal_To< Address >, ACE_Null_MutexMap
 

Private Attributes

Map map_
 

Member Typedef Documentation

◆ Map

Constructor & Destructor Documentation

◆ NRTM() [1/3]

ACE_RMCast::NRTM::NRTM ( Header const & h,
istream & is )
inline

◆ NRTM() [2/3]

ACE_RMCast::NRTM::NRTM ( )
inline

◆ NRTM() [3/3]

ACE_RMCast::NRTM::NRTM ( NRTM const & nrtm)
inlineprotected

Member Function Documentation

◆ clone()

NRTM_ptr ACE_RMCast::NRTM::clone ( )
inline

◆ clone_()

virtual Profile_ptr ACE_RMCast::NRTM::clone_ ( )
inlineprotectedvirtual

Implements ACE_RMCast::Profile.

◆ empty()

bool ACE_RMCast::NRTM::empty ( ) const
inline

◆ find()

u64 ACE_RMCast::NRTM::find ( Address const & addr) const
inline

◆ insert()

void ACE_RMCast::NRTM::insert ( Address const & addr,
u64 sn )
inline

◆ max_count()

static u32 ACE_RMCast::NRTM::max_count ( u32 max_size)
inlinestatic

◆ serialize_body() [1/2]

virtual void ACE_RMCast::NRTM::serialize_body ( ostream & os) const
inlinevirtual

Implements ACE_RMCast::Profile.

◆ serialize_body() [2/2]

virtual void ACE_RMCast::NRTM::serialize_body ( sstream & ss) const
inlinevirtual

Implements ACE_RMCast::Profile.

Member Data Documentation

◆ id

u16 const ACE_RMCast::NRTM::id = 0x0006
static

◆ map_

Map ACE_RMCast::NRTM::map_
private

The documentation for this struct was generated from the following files: