69 while (head != head->
succ)
121 assert (m_head == NULL);
122 m_head =
new node(val, NULL, NULL);
123 m_head->
prev = m_head->
succ = m_head;
133 while (n->
succ != m_head) {
const_iterator begin() const
const_iterator end() const
const node * const_iterator
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
#define NS_MIA_END
conveniance define to end the mia namespace
node(T v, node *p, node *s)