ACE_Event_Descriptions Class Reference

Event Descriptions. More...

#include <Timeprobe.h>

List of all members.

Public Member Functions

bool operator== (const ACE_Event_Descriptions &rhs) const
 Comparison.


Public Attributes

const char ** descriptions_
 Event descriptions.

u_long minimum_id_
 Minimum id of this description set.


Detailed Description

Event Descriptions.

Definition at line 68 of file Timeprobe.h.


Member Function Documentation

ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE bool ACE_Event_Descriptions::operator== const ACE_Event_Descriptions rhs  )  const
 

Comparison.

Definition at line 8 of file Timeprobe.inl.

References descriptions_, and minimum_id_.

00009 {
00010   return this->minimum_id_ == rhs.minimum_id_ &&
00011     this->descriptions_ == rhs.descriptions_;
00012 }


Member Data Documentation

const char** ACE_Event_Descriptions::descriptions_
 

Event descriptions.

Definition at line 72 of file Timeprobe.h.

Referenced by ACE_Timeprobe_Ex< ACE_LOCK, ALLOCATOR >::event_descriptions(), and operator==().

u_long ACE_Event_Descriptions::minimum_id_
 

Minimum id of this description set.

Definition at line 75 of file Timeprobe.h.

Referenced by ACE_Timeprobe_Ex< ACE_LOCK, ALLOCATOR >::event_descriptions(), operator==(), and ACE_Timeprobe_Ex< ACE_LOCK, ALLOCATOR >::sort_event_descriptions_i().


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:22:02 2006 for ACE by doxygen 1.3.6