123456789
class A { class B { functionB(arg); } functionA //Needs to access functionB; }
1234
// Instantiate B: A::B NewB; NewB.Method( );