PureMVC PureMVC

include/PureMVC/Patterns/Observer/Observer.hpp File Reference

#include <stdexcept>
#include <exception>
#include "../PureMVC.hpp"
#include "../../Interfaces/IObserver.hpp"
Include dependency graph for Observer.hpp:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define __PUREMVC_INCLUDE__

Definition at line 17 of file Observer.hpp.