|
DUDS
|
Distributed Update of Data from Something
|
#include <memory>#include <string>Go to the source code of this file.
Classes | |
| class | duds::ui::Page |
| Represents the notion of a page that may be visited, and helps allow a way to track the path of pages the user has seen. More... | |
Namespaces | |
| duds | |
| duds::ui | |
| Holds user interface related code. | |
Typedefs | |
| typedef std::shared_ptr< Page > | duds::ui::PageSptr |
| A shared pointer to a Page. More... | |
| typedef std::weak_ptr< Page > | duds::ui::PageWptr |
| A weak pointer to a Page. More... | |