|
DUDS
|
Distributed Update of Data from Something
|
#include <boost/noncopyable.hpp>#include <thread>#include <shared_mutex>#include <string>#include <vector>#include <map>#include <memory>Go to the source code of this file.
Classes | |
| class | duds::ui::menu::Menu |
| Stores the data that defines a menu and provides thread-safe access to that data. More... | |
Namespaces | |
| duds | |
| duds::ui | |
| Holds user interface related code. | |
| duds::ui::menu | |
| Holds the generalized menu infrastructure code. | |
Typedefs | |
| typedef std::shared_ptr< Menu > | duds::ui::menu::MenuSptr |
| A shared pointer to a Menu. More... | |
| typedef std::weak_ptr< Menu > | duds::ui::menu::MenuWptr |
| A weak pointer to a Menu. More... | |