ML  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
MLVec< T > Class Template Reference

Public Member Functions

 MLVec (int mysize)
 
 MLVec (T *startptr, T *endptr, bool okToChangePtr=false, free_s freeType=neither)
 
int size () const
 
T * getptr ()
 
void wrap (T *startptr, T *endptr, bool okToChangePtr=false, free_s freeType=neither)
 
void relinquishData ()
 
void resize (int newSize)
 
bool empty () const
 
T & operator[] (int index)
 
const T & operator[] (int index) const
 

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