31template<
typename FlagType>
Interface for monitoring flags inside the framework (internal or external).
virtual ~IMonitor()=default
Virtual destructor for proper polymorphic use.
virtual bool check_flag(FlagType flag)=0
Checks if a specific flag is active.