17 #include <boost/unordered_map.hpp>
21 class DtPerformanceStatsManagerSignaler;
42 virtual void add(
const std::string& group,
const std::string& name);
47 virtual void remove(
const std::string& group,
const std::string& name);
56 NameList names(
const std::string& group)
const;
83 boost::signalslib::signal<void (const std::string&, const std::string&)>
signal_statAdded;
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
Contains makVrv::DtDe class.
Set of performance statistics for display.
Definition: DtStatsSet.h:65
Contains makVrv::DtVirtualBaseClass class.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
Contains DLL export macros.