TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
stl_util.h File Reference
+ Include dependency graph for stl_util.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 google
 
 google::protobuf
 

Functions

template<class ForwardIterator >
void google::protobuf::STLDeleteContainerPointers (ForwardIterator begin, ForwardIterator end)
 
void google::protobuf::STLStringResizeUninitialized (string *s, size_t new_size)
 
char * google::protobuf::string_as_array (string *str)
 
template<class T >
void google::protobuf::STLDeleteElements (T *container)
 
template<class T >
void google::protobuf::STLDeleteValues (T *v)