Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | List of all members
IList< T > Class Template Reference
Inheritance diagram for IList< T >:

Public Member Functions

 operator QList< T > ()
 
int size () const
 
void removeAt (int i)
 
void removeAll (const T &t)
 
bool removeOne (const T &t)
 
void operator+= (const T &t)
 
void operator+= (const IList< T > &t)
 
value (int index, const T &def={}) const
 
bool contains (const T &val) const
 
void append (const T &val)
 
void prepend (const T &val)
 
bool isEmpty () const
 
void pop_front ()
 
void push_front (const T &t)
 
const T & last () const
 
T & last ()
 
int indexOf (const T &t, int from=0) const
 
IVector< T > toVector () const
 
takeFirst ()
 
IList< T > & operator<< (const T &t)
 
void replace (int i, const T &val)
 
T & first ()
 
const T & first () const
 

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