64 while (head != head->
succ)
108 assert (m_head == NULL);
109 m_head =
new node(val,NULL,NULL);
110 m_head->
prev = m_head->
succ = m_head;
117 while (n->
succ != m_head) {
const_iterator begin() const
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
const node * const_iterator
node(T v, node *p, node *s)
const_iterator end() const
#define NS_MIA_END
conveniance define to end the mia namespace