mp_lists
Linked Lists
|
▼Cstd::iterator< std::bidirectional_iterator_tag, T > [external] | |
CListIterator | |
CList< T > | List: This is a templated linked list class (meaning it contains data of templated type T, which is a placeholder for a type) |
CList< T >::ListNode | Private to the List class via the principle of encapsulation—the end user does not need to know our node-based implementation details |