| uLib-0.2
    | 
#include <Core/Vector.h>
 
  
 | Public Member Functions | |
| SmartVector () | |
| SmartVector (const SmartVector ©) | |
| SmartVector (unsigned int size) | |
| virtual | ~SmartVector () | 
| T & | operator[] (int p) | 
| void | swap_elements (unsigned int first, unsigned int second) | 
| void | remove_element (unsigned int index) | 
| void | remove_element (T &t) | 
|  Public Member Functions inherited from uLib::SmartPointer< Vector< T > > | |
| SmartPointer (Vector< T > *ptr=NULL) | |
| SmartPointer (Vector< T > &ref) | |
| SmartPointer (const SmartPointer ©) throw () | |
| SmartPointer (SmartPointer *copy) throw () | |
| virtual | ~SmartPointer () | 
| SmartPointer & | operator= (const SmartPointer ©) | 
| Vector< T > & | operator* () const throw () | 
| Vector< T > * | operator-> () const throw () | 
| Vector< T > * | get () const throw () | 
| bool | unique () const throw () | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inlinevirtual | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline |