Public Member Functions | |
condition (void) | |
Creates the condition. | |
Private Member Functions | |
void | operator delete (void *) |
Avoids deallocation. |
Class for returning boolean conditions without the risk of unwanted implicit conversion to bool.
lestes::std::ptr< T >::condition::condition | ( | void | ) | [inline] |
void lestes::std::ptr< T >::condition::operator delete | ( | void * | ) | [private] |
Avoids deallocation.
Avoids calling delete on the pointer to the static condition object returned from operator condition *(). Never defined.