TerraLib 4.1
oracle::occi::ConstPtr< T > Class Template Reference

#include <occiCommon.h>

Inheritance diagram for oracle::occi::ConstPtr< T >:
oracle::occi::Ptr< T >

List of all members.

Public Member Functions

 ConstPtr (const T *ptr=0)
 ConstPtr (const ConstPtr< T > &mp)
 ~ConstPtr ()
const T * operator-> () const
const T * rawPtr () const

Protected Member Functions

void operator= (const ConstPtr< T > &mp)

Protected Attributes

const T * rawPtr_

template<class T>
class oracle::occi::ConstPtr< T >


Constructor & Destructor Documentation

template<class T>
oracle::occi::ConstPtr< T >::ConstPtr ( const T *  ptr = 0)
template<class T>
oracle::occi::ConstPtr< T >::ConstPtr ( const ConstPtr< T > &  mp)
template<class T>
oracle::occi::ConstPtr< T >::~ConstPtr ( )

Member Function Documentation

template<class T>
void oracle::occi::ConstPtr< T >::operator= ( const ConstPtr< T > &  mp) [protected]

Member Data Documentation

template<class T>
const T* oracle::occi::ConstPtr< T >::rawPtr_ [protected]

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