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 69 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 73 of file Timeprobe.h.

Referenced by operator==().

u_long ACE_Event_Descriptions::minimum_id_
 

Minimum id of this description set.

Definition at line 76 of file Timeprobe.h.

Referenced by operator==().


The documentation for this class was generated from the following files:
Generated on Sun Jan 27 12:54:36 2008 for ACE by doxygen 1.3.6