wxArt2D
Public Types | Public Member Functions | Friends | List of all members
a2dDumbPtr< Clss > Class Template Reference

A pointer class, that does not call SmrtPtrOwn/SmrtPtrRelease, but initializes to 0. More...

#include <smrtptr.h>

Public Types

typedef Clss TType
 

Public Member Functions

 a2dDumbPtr (Clss *objc)
 
 a2dDumbPtr (const a2dDumbPtr &objc)
 
void operator= (const a2dDumbPtr &objc)
 
 operator Clss * () const
 
Clss * Get () const
 
Clss * operator-> () const
 
Clss & operator* () const
 

Friends

bool operator== (const a2dDumbPtr &a, const a2dDumbPtr &b)
 
bool operator!= (const a2dDumbPtr &a, const a2dDumbPtr &b)
 
bool operator== (const a2dDumbPtr &a, const Clss *b)
 
bool operator!= (const a2dDumbPtr &a, const Clss *b)
 
bool operator== (const Clss *a, const a2dDumbPtr &b)
 
bool operator!= (const Clss *a, const a2dDumbPtr &b)
 
bool operator== (const a2dDumbPtr &a, Clss *b)
 
bool operator!= (const a2dDumbPtr &a, Clss *b)
 
bool operator== (Clss *a, const a2dDumbPtr &b)
 
bool operator!= (Clss *a, const a2dDumbPtr &b)
 

Detailed Description

template<class Clss>
class a2dDumbPtr< Clss >

A pointer class, that does not call SmrtPtrOwn/SmrtPtrRelease, but initializes to 0.

Definition at line 518 of file smrtptr.h.


The documentation for this class was generated from the following file:
a2dDumbPtr< Clss > Class Template Reference -- Sun Oct 12 2014 17:04:37 -- Sun Oct 12 2014 -- 1.8.5 -- wxArt2D -- . -- Main Page Reference Documentation