19 #ifndef ERIS_ACTIVEMARKER_H 20 #define ERIS_ACTIVEMARKER_H 22 #include <boost/noncopyable.hpp> 49 operator std::shared_ptr<bool>();
51 const std::shared_ptr<bool> getMarker()
const;
56 std::shared_ptr<bool> m_marker;
61 #endif //ERIS_ACTIVEMARKER_H ActiveMarker()
Ctor.
Definition: ActiveMarker.cpp:23
~ActiveMarker()
Dtor.
Definition: ActiveMarker.cpp:27
Every Eris class and type lives inside the Eris namespace; certain utility functions live in the Util...
Definition: Account.cpp:34
To be used with EventService::runOnMainThread.
Definition: ActiveMarker.h:33