#include <stlPtrWrapper.h>
Public Member Functions | |
stlPtrWrapper (Type x=0) | |
stlPtrWrapper (const stlPtrWrapper< Type > &xxx) | |
stlPtrWrapper & | operator= (const stlPtrWrapper< Type > &rhs) |
const Type | operator() () const |
Type | operator() () |
Friends | |
ostream & | operator<< (ostream &os, stlPtrWrapper< Type > &a) |
ostream & | operator<< (ostream &os, stlPtrWrapper< Type > *a) |
bool | operator== (const stlPtrWrapper< Type > &xw1, const stlPtrWrapper< Type > &xw2) |
bool | operator< (const stlPtrWrapper< Type > &xw1, const stlPtrWrapper< Type > &xw2) |
Definition at line 36 of file stlPtrWrapper.h.