DUDS
Distributed Update of Data from Something
Page.hpp File Reference
#include <memory>
#include <string>
Include dependency graph for Page.hpp:
This graph shows which files directly or indirectly include this file:

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