paramxx  1.0.7
stlPtrWrapper< Type > Class Template Reference

#include <stlPtrWrapper.h>

Public Member Functions

 stlPtrWrapper (Type x=0)
 
 stlPtrWrapper (const stlPtrWrapper< Type > &xxx)
 
stlPtrWrapperoperator= (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)
 

Detailed Description

template<class Type>
class stlPtrWrapper< Type >

A simple wrapper class to put pointers into STL containers.


The documentation for this class was generated from the following file: