List template
List template. This is the base template for lists in the Nestor structure.
virtual const char* class_type()
virtual const char* class_name()
virtual int base_type()
iterator begin()
iterator end()
reverse_iterator rbegin()
reverse_iterator rend()
const_iterator begin()
const_iterator end()
const_reverse_iterator rbegin()
const_reverse_iterator rend()
bool empty()
size_type size()
size_type max_size()
iterator insert(iterator position, T& x)
void push_front(T& x)
void push_back(T& x)
void cutpaste(NstList<T>* x)
iterator erase(iterator position)
void pop_front()
void pop_back()
void clear()
void remove(T* value)
iterator find(T* value)
reference front()
const_reference front()
reference back()
const_reference back()
NstList <T> & operator=(const NstList<T>& x)
void copy(const NstList<T>& s)
NstList()
NstList(const NstList<T>& x)
~NstList()
virtual NstList <T> * clone()
NstTree* init()
NstTree* next()
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de