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

#include <repeated_field.h>

List of all members.

Public Types

typedef Element * iterator
typedef const Element * const_iterator

Public Member Functions

 RepeatedField ()
 ~RepeatedField ()
int size () const
const Element & Get (int index) const
Element * Mutable (int index)
void Set (int index, const Element &value)
void Add (const Element &value)
Element * Add ()
void RemoveLast ()
void Clear ()
void MergeFrom (const RepeatedField &other)
void Reserve (int new_size)
void Truncate (int new_size)
void AddAlreadyReserved (const Element &value)
Element * AddAlreadyReserved ()
int Capacity () const
Element * mutable_data ()
const Element * data () const
void Swap (RepeatedField *other)
void SwapElements (int index1, int index2)
iterator begin ()
const_iterator begin () const
iterator end ()
const_iterator end () const
int SpaceUsedExcludingSelf () const

template<typename Element>
class google::protobuf::RepeatedField< Element >


Member Typedef Documentation

template<typename Element>
typedef const Element* google::protobuf::RepeatedField< Element >::const_iterator
template<typename Element>
typedef Element* google::protobuf::RepeatedField< Element >::iterator

Constructor & Destructor Documentation

template<typename Element >
google::protobuf::RepeatedField< Element >::RepeatedField ( ) [inline]
template<typename Element >
google::protobuf::RepeatedField< Element >::~RepeatedField ( )

Member Function Documentation

template<typename Element>
void google::protobuf::RepeatedField< Element >::Add ( const Element &  value) [inline]

Here is the caller graph for this function:

template<typename Element>
Element * google::protobuf::RepeatedField< Element >::Add ( ) [inline]
template<typename Element>
void google::protobuf::RepeatedField< Element >::AddAlreadyReserved ( const Element &  value) [inline]

Here is the caller graph for this function:

template<typename Element>
Element * google::protobuf::RepeatedField< Element >::AddAlreadyReserved ( ) [inline]
template<typename Element >
RepeatedField< Element >::iterator google::protobuf::RepeatedField< Element >::begin ( ) [inline]
template<typename Element >
RepeatedField< Element >::const_iterator google::protobuf::RepeatedField< Element >::begin ( ) const [inline]
template<typename Element >
int google::protobuf::RepeatedField< Element >::Capacity ( ) const [inline]

Here is the caller graph for this function:

template<typename Element >
void google::protobuf::RepeatedField< Element >::Clear ( ) [inline]

Here is the caller graph for this function:

template<typename Element >
const Element * google::protobuf::RepeatedField< Element >::data ( ) const [inline]
template<typename Element >
RepeatedField< Element >::iterator google::protobuf::RepeatedField< Element >::end ( ) [inline]
template<typename Element >
RepeatedField< Element >::const_iterator google::protobuf::RepeatedField< Element >::end ( ) const [inline]
template<typename Element >
const Element & google::protobuf::RepeatedField< Element >::Get ( int  index) const [inline]

Here is the caller graph for this function:

template<typename Element >
void google::protobuf::RepeatedField< Element >::MergeFrom ( const RepeatedField< Element > &  other) [inline]
template<typename Element >
Element * google::protobuf::RepeatedField< Element >::Mutable ( int  index) [inline]
template<typename Element >
Element * google::protobuf::RepeatedField< Element >::mutable_data ( ) [inline]
template<typename Element >
void google::protobuf::RepeatedField< Element >::RemoveLast ( ) [inline]
template<typename Element >
void google::protobuf::RepeatedField< Element >::Reserve ( int  new_size)
template<typename Element>
void google::protobuf::RepeatedField< Element >::Set ( int  index,
const Element &  value 
) [inline]

Here is the caller graph for this function:

template<typename Element >
int google::protobuf::RepeatedField< Element >::size ( ) const [inline]

Here is the caller graph for this function:

template<typename Element >
int google::protobuf::RepeatedField< Element >::SpaceUsedExcludingSelf ( ) const [inline]
template<typename Element >
void google::protobuf::RepeatedField< Element >::Swap ( RepeatedField< Element > *  other)
template<typename Element >
void google::protobuf::RepeatedField< Element >::SwapElements ( int  index1,
int  index2 
)
template<typename Element >
void google::protobuf::RepeatedField< Element >::Truncate ( int  new_size) [inline]

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