SST/macro
Classes | Public Member Functions | Private Attributes | Friends | List of all members
sstmac::hw::stat_bytes_sent::aggregation Class Reference
Collaboration diagram for sstmac::hw::stat_bytes_sent::aggregation:
Collaboration graph

Classes

struct  entry
 

Public Member Functions

 aggregation ()
 
void append (int sid, const port_map &pmap)
 
int num_counts () const
 
int num_entries () const
 
int ser_size () const
 
int max_sid () const
 
const std::list< entry > & entries () const
 

Private Attributes

std::list< entryentries_
 
int max_sid_
 
int num_counts_
 

Friends

class stat_bytes_sent
 

Detailed Description

Definition at line 262 of file packet_flow_stats.h.

Constructor & Destructor Documentation

sstmac::hw::stat_bytes_sent::aggregation::aggregation ( )
inline

Definition at line 281 of file packet_flow_stats.h.

Member Function Documentation

void sstmac::hw::stat_bytes_sent::aggregation::append ( int  sid,
const port_map pmap 
)
inline
const std::list<entry>& sstmac::hw::stat_bytes_sent::aggregation::entries ( ) const
inline

Definition at line 316 of file packet_flow_stats.h.

int sstmac::hw::stat_bytes_sent::aggregation::max_sid ( ) const
inline

Definition at line 311 of file packet_flow_stats.h.

int sstmac::hw::stat_bytes_sent::aggregation::num_counts ( ) const
inline

Definition at line 294 of file packet_flow_stats.h.

int sstmac::hw::stat_bytes_sent::aggregation::num_entries ( ) const
inline

Definition at line 299 of file packet_flow_stats.h.

int sstmac::hw::stat_bytes_sent::aggregation::ser_size ( ) const
inline

Definition at line 304 of file packet_flow_stats.h.

Friends And Related Function Documentation

friend class stat_bytes_sent
friend

Definition at line 264 of file packet_flow_stats.h.

Member Data Documentation

std::list<entry> sstmac::hw::stat_bytes_sent::aggregation::entries_
private

Definition at line 276 of file packet_flow_stats.h.

int sstmac::hw::stat_bytes_sent::aggregation::max_sid_
private

Definition at line 277 of file packet_flow_stats.h.

int sstmac::hw::stat_bytes_sent::aggregation::num_counts_
private

Definition at line 278 of file packet_flow_stats.h.


The documentation for this class was generated from the following file: