COOPY » Guide  version 0.6.5
Public Member Functions
coopy::store::Poly< T > Class Template Reference

#include <RefCount.h>

Public Member Functions

 Poly ()
 Poly (T *ref, bool owned)
 Poly (const Poly &alt)
const Polyoperator= (const Poly &alt)
virtual ~Poly ()
void clear ()
bool isValid () const
T & operator* () const
T * operator-> () const
T * getContent () const

Detailed Description

template<class T>
class coopy::store::Poly< T >

Definition at line 46 of file RefCount.h.


Constructor & Destructor Documentation

template<class T>
coopy::store::Poly< T >::Poly ( ) [inline]

Definition at line 51 of file RefCount.h.

template<class T>
coopy::store::Poly< T >::Poly ( T *  ref,
bool  owned 
) [inline]

Definition at line 56 of file RefCount.h.

template<class T>
coopy::store::Poly< T >::Poly ( const Poly< T > &  alt) [inline]

Definition at line 62 of file RefCount.h.

template<class T>
virtual coopy::store::Poly< T >::~Poly ( ) [inline, virtual]

Definition at line 80 of file RefCount.h.


Member Function Documentation

template<class T>
void coopy::store::Poly< T >::clear ( ) [inline]
template<class T>
T* coopy::store::Poly< T >::getContent ( ) const [inline]
template<class T>
bool coopy::store::Poly< T >::isValid ( ) const [inline]
template<class T>
T& coopy::store::Poly< T >::operator* ( ) const [inline]

Definition at line 99 of file RefCount.h.

template<class T>
T* coopy::store::Poly< T >::operator-> ( ) const [inline]

Definition at line 104 of file RefCount.h.

template<class T>
const Poly& coopy::store::Poly< T >::operator= ( const Poly< T > &  alt) [inline]

Definition at line 70 of file RefCount.h.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines