#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 69 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 73 of file Timeprobe.h. Referenced by operator==(). |
|
Minimum id of this description set.
Definition at line 76 of file Timeprobe.h. Referenced by operator==(). |