¡@

Home 

c++ Programming Glossary: magiciterator

A C++ iterator adapter which wraps and hides an inner iterator and converts the iterated type

http://stackoverflow.com/questions/470835/a-c-iterator-adapter-which-wraps-and-hides-an-inner-iterator-and-converts-the

list Item m_items I want to add these methods to Container MagicIterator IInterface Begin MagicIterator IInterface End In order that.. these methods to Container MagicIterator IInterface Begin MagicIterator IInterface End In order that callers can write Container c ..... End In order that callers can write Container c ... for MagicIterator IInterface i c.Begin i c.End i IInterface pItf i ... So essentially..