Collaboration diagram for MyObject::MyPointWrapper:
Public Member Functions | |
MyPointWrapper (MyPoint *p) | |
void | detach (MyAllocator *m_alloc) const |
Public Attributes | |
MyPoint * | ptr |
it is used for the comparison of points in order to avoid having to write an operator=(MyPoint*, MyPoint*) which would be bad.
MyObject::MyPointWrapper::MyPointWrapper | ( | MyPoint * | p | ) | [inline, explicit] |
void MyObject::MyPointWrapper::detach | ( | MyAllocator * | m_alloc | ) | const |
MyPoint* MyObject::MyPointWrapper::ptr [mutable] |