#include <mlist.h>


Definition at line 56 of file mlist.h.
Public Member Functions | |
| void | resize (size_t sz) |
| resizes the list, truncating or adding new default elements | |
| size_t | size () const |
| returns the size of the list | |
| void | add (const T &t) |
| equivalent to std::list::push_back | |
| const std::string & | getTypeName () const |
| Return the template parameter string Key->Data for actual template parameters. (Mace extension). | |
1.5.5