#include <Token_Invariants.h>
Public Methods | |
ACE_Mutex_Invariants (void) | |
Default construction. | |
int | acquired (void) |
void | releasing (void) |
Updates internal database. | |
ACE_Mutex_Invariants (const ACE_Mutex_Invariants &rhs) | |
Copy construction. | |
void | operator= (const ACE_Mutex_Invariants &rhs) |
Copy. | |
void | dump (void) const |
Dump the state of the class. | |
Private Attributes | |
int | owners_ |
Number of owners. This had better be 0 >= owners_ <= 1;. |
|
Default construction.
|
|
Copy construction.
|
|
Returns 1 on success, 0 when an invariant has been violated and -1 on error. |
|
Dump the state of the class.
|
|
Copy.
|
|
Updates internal database.
|
|
Number of owners. This had better be 0 >= owners_ <= 1;.
|