MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MutexVector< T > Class Template Reference
Inheritance diagram for MutexVector< T >:
Collaboration diagram for MutexVector< T >:

Public Member Functions

 MutexVector (int sz=10)
T & operator[] (unsigned i)
const T & operator[] (unsigned i) const
unsigned size () const
int push_back (const T &)
int push_back (const T &, bool lockMutex)
T & back ()
void erase (unsigned index)
void erase (unsigned index, bool lockMutex)
void clear ()
void clear (bool lockMutex)
int fill (unsigned new_size, T &obj)

Detailed Description

template<class T>
class MutexVector< T >

Definition at line 242 of file Vector.hpp.


The documentation for this class was generated from the following file: