PureMVC PureMVC
|
#include <stdexcept>
#include <exception>
#include "../PureMVC.hpp"
#include "../../Interfaces/IObserver.hpp"
Go to the source code of this file.
Classes | |
class | PureMVC::Patterns::Observer< _Method, _Context > |
Namespaces | |
namespace | PureMVC |
namespace | PureMVC::Patterns |
Defines | |
#define | __PUREMVC_INCLUDE__ |
Functions | |
template<typename _Method , typename _Context > | |
IObserver * | PureMVC::Patterns::makeObserver (_Method notify_method, _Context *notify_context) |
#define __PUREMVC_INCLUDE__ |
Definition at line 17 of file Observer.hpp.