Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/ActionRegistry.hpp

    rb2c302 r2aad5a  
    4848  int getLastPosition(const std::string &MenuName) const;
    4949
     50  /** Static getter for the state of the registry.
     51   *
     52   * @return true - ActionRegistry's cstor has run through, false - else
     53   */
     54  static bool getCompletely_instatiated()
     55  { return completely_instatiated; }
     56
    5057private:
    5158  ActionRegistry();
     
    5360
    5461  void fillRegistry();
     62
     63  //!> this tells whether ActionRegistry has been completed instantiated.
     64  static bool completely_instatiated;
    5565};
    5666
Note: See TracChangeset for help on using the changeset viewer.