![]() |
TerraLib 4.1
|
#include <occiCommon.h>
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_ |
| oracle::occi::ConstPtr< T >::ConstPtr | ( | const T * | ptr = 0 | ) |
| oracle::occi::ConstPtr< T >::ConstPtr | ( | const ConstPtr< T > & | mp | ) |
| oracle::occi::ConstPtr< T >::~ConstPtr | ( | ) |
| const T* oracle::occi::ConstPtr< T >::operator-> | ( | ) | const |
Reimplemented in oracle::occi::Ptr< T >, oracle::occi::Ptr< MessageImpl >, oracle::occi::Ptr< SQLExceptionImpl >, oracle::occi::Ptr< ConsumerImpl >, oracle::occi::Ptr< ProducerImpl >, oracle::occi::Ptr< AnyDataImpl >, oracle::occi::Ptr< MetaDataImpl >, oracle::occi::Ptr< BytesImpl >, oracle::occi::Ptr< SubscriptionImpl >, and oracle::occi::Ptr< AgentImpl >.
| void oracle::occi::ConstPtr< T >::operator= | ( | const ConstPtr< T > & | mp | ) | [protected] |
| const T* oracle::occi::ConstPtr< T >::rawPtr | ( | ) | const |
Reimplemented in oracle::occi::Ptr< T >, oracle::occi::Ptr< MessageImpl >, oracle::occi::Ptr< SQLExceptionImpl >, oracle::occi::Ptr< ConsumerImpl >, oracle::occi::Ptr< ProducerImpl >, oracle::occi::Ptr< AnyDataImpl >, oracle::occi::Ptr< MetaDataImpl >, oracle::occi::Ptr< BytesImpl >, oracle::occi::Ptr< SubscriptionImpl >, and oracle::occi::Ptr< AgentImpl >.
const T* oracle::occi::ConstPtr< T >::rawPtr_ [protected] |