QNANO
Public Member Functions | Public Attributes | List of all members
List_Class< T > Class Template Reference

Public Member Functions

T & operator[] (size_t i)
 
const T & operator[] (size_t i) const
 
size_t size () const
 
virtual void resize (size_t i)
 
virtual void reserve (size_t i)
 
virtual void push_back (const T &value)
 
virtual void clear ()
 
List_Class< T > & operator= (const std::vector< T > &Tvec)
 
int find (T element) const
 
int find_check (T element) const
 
void add_if_new (T element)
 
void add_if_new_check (T element)
 

Public Attributes

std::vector< T > list
 

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