BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions
google::protobuf::internal::scoped_ptr< C > Class Template Reference

#include <common.h>

List of all members.

Public Types

typedef C element_type

Public Member Functions

 scoped_ptr (C *p=NULL)
 ~scoped_ptr ()
void reset (C *p=NULL)
C & operator* () const
C * operator-> () const
C * get () const
bool operator== (C *p) const
bool operator!= (C *p) const
void swap (scoped_ptr &p2)
C * release ()

template<class C>
class google::protobuf::internal::scoped_ptr< C >


Member Typedef Documentation

template<class C>
typedef C google::protobuf::internal::scoped_ptr< C >::element_type

Constructor & Destructor Documentation

template<class C>
google::protobuf::internal::scoped_ptr< C >::scoped_ptr ( C *  p = NULL) [inline, explicit]
template<class C>
google::protobuf::internal::scoped_ptr< C >::~scoped_ptr ( ) [inline]

Member Function Documentation

template<class C>
C* google::protobuf::internal::scoped_ptr< C >::get ( ) const [inline]
template<class C>
bool google::protobuf::internal::scoped_ptr< C >::operator!= ( C *  p) const [inline]
template<class C>
C& google::protobuf::internal::scoped_ptr< C >::operator* ( ) const [inline]
template<class C>
C* google::protobuf::internal::scoped_ptr< C >::operator-> ( ) const [inline]
template<class C>
bool google::protobuf::internal::scoped_ptr< C >::operator== ( C *  p) const [inline]
template<class C>
C* google::protobuf::internal::scoped_ptr< C >::release ( ) [inline]
template<class C>
void google::protobuf::internal::scoped_ptr< C >::reset ( C *  p = NULL) [inline]
template<class C>
void google::protobuf::internal::scoped_ptr< C >::swap ( scoped_ptr< C > &  p2) [inline]

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