#include <mvector.h>


For most documentation, you should refer to the SGI STL documentation http://www.sgi.com/tech/stl
Definition at line 61 of file mvector.h.
Public Member Functions | |
| void | resize (size_t sz) |
| set the number of elements | |
| void | resize (size_t sz, const T &t) |
| set the number of elements, providing a default object for newly constructed elements | |
| size_t | size () const |
| return the number of elements | |
| const std::string & | getTypeName () const |
| Return the template parameter string Key->Data for actual template parameters. (Mace extension). | |
| const_iterator | random () const |
| return a random element, or end() if none. | |
| T * | getMem () |
| T* mace::vector< T, Serial, Alloc >::getMem | ( | ) | [inline] |
1.5.5