MyObject::MyPointWrapper Struct Reference

MyPointWrapper is a shallow wrapper for a MyPoint pointer. More...

Collaboration diagram for MyObject::MyPointWrapper:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 MyPointWrapper (MyPoint *p)
void detach (MyAllocator *m_alloc) const

Public Attributes

MyPointptr

Detailed Description

MyPointWrapper is a shallow wrapper for a MyPoint pointer.

it is used for the comparison of points in order to avoid having to write an operator=(MyPoint*, MyPoint*) which would be bad.


Constructor & Destructor Documentation

MyObject::MyPointWrapper::MyPointWrapper ( MyPoint p  )  [inline, explicit]


Member Function Documentation

void MyObject::MyPointWrapper::detach ( MyAllocator m_alloc  )  const


Member Data Documentation


The documentation for this struct was generated from the following files: