#include <Timeprobe.h>
| 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. | |
Definition at line 68 of file Timeprobe.h.
| 
 | 
| 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 }
 | 
| 
 | 
| Event descriptions. 
 Definition at line 72 of file Timeprobe.h. Referenced by ACE_Timeprobe_Ex< ACE_LOCK, ALLOCATOR >::event_descriptions(), and operator==(). | 
| 
 | 
| 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(). | 
 1.3.6
 
1.3.6