0
class grphD::App
{
    ...

    protected:
        class 
        {
            ...
        } console_handler;

        class
        {
            ...
        } grid;
};

How can I access App::console_handler inside App::grid functions without having console_handler static and keeping console_handler an object of an anonymous class?

DarkoNaito_09
  • 71
  • 2
  • 12

0 Answers0