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.
Definition at line 62 of file ptr.hh.
| 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.
1.5.1-20070107