DUDS
Distributed Update of Data from Something
Menu.hpp File Reference
#include <boost/noncopyable.hpp>
#include <thread>
#include <shared_mutex>
#include <string>
#include <vector>
#include <map>
#include <memory>
Include dependency graph for Menu.hpp:
This graph shows which files directly or indirectly include this file:

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...