C++ Language/Objects/NestedClasses

From Wikibooks, open books for an open world
Jump to navigation Jump to search

An inner class definition may be nested within some outer class definition. The member within that nested class is called CROuter::CRInner::m_iVar (those qualifications are unnecessary for code within that class' member functions).

Additional information about nested classes