#include <vector_mt.h>
Public Types | |
| typedef std_vector::size_type | size_type |
Public Member Functions | |
| vector_mt (Allocator const &a=Allocator()) | |
| vector_mt (size_type n, const T &x=T(), Allocator const &a=Allocator()) | |
| void | lock () |
| Lock container access. | |
| void | unlock () |
| Unock container access. | |
| void | push_back (const T &val) |
| Add an element to the end of the vector. | |
| typedef std_vector::size_type tl.vector_mt< T, Allocator >.size_type |
| tl.vector_mt< T, Allocator >.vector_mt | ( | Allocator const & | a = Allocator() |
) |
| tl.vector_mt< T, Allocator >.vector_mt | ( | size_type | n, | |
| const T & | x = T(), |
|||
| Allocator const & | a = Allocator() | |||
| ) |
| void tl.vector_mt< T, Allocator >.lock | ( | ) |
Lock container access.
Use it before accessing iterators.
| void tl.vector_mt< T, Allocator >.unlock | ( | ) |
Unock container access.
| void tl.vector_mt< T, Allocator >.push_back | ( | const T & | val | ) |
Add an element to the end of the vector.
Genereated on Tue Mar 11 19:25:43 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.