BWAPI
|
#include <common.h>
Public Types | |
typedef C | element_type |
Public Member Functions | |
scoped_array (C *p=NULL) | |
~scoped_array () | |
void | reset (C *p=NULL) |
C & | operator[] (std::ptrdiff_t i) const |
C * | get () const |
bool | operator== (C *p) const |
bool | operator!= (C *p) const |
void | swap (scoped_array &p2) |
C * | release () |
typedef C google::protobuf::internal::scoped_array< C >::element_type |
google::protobuf::internal::scoped_array< C >::scoped_array | ( | C * | p = NULL | ) | [inline, explicit] |
google::protobuf::internal::scoped_array< C >::~scoped_array | ( | ) | [inline] |
C* google::protobuf::internal::scoped_array< C >::get | ( | ) | const [inline] |
bool google::protobuf::internal::scoped_array< C >::operator!= | ( | C * | p | ) | const [inline] |
bool google::protobuf::internal::scoped_array< C >::operator== | ( | C * | p | ) | const [inline] |
C& google::protobuf::internal::scoped_array< C >::operator[] | ( | std::ptrdiff_t | i | ) | const [inline] |
C* google::protobuf::internal::scoped_array< C >::release | ( | ) | [inline] |
void google::protobuf::internal::scoped_array< C >::reset | ( | C * | p = NULL | ) | [inline] |
void google::protobuf::internal::scoped_array< C >::swap | ( | scoped_array< C > & | p2 | ) | [inline] |