YAPOG  0.0.1
Yet Another Pokemon Online Game
yap::ConstChangeEventArgs< T > Class Template Reference

#include <Event.hpp>

Collaboration diagram for yap::ConstChangeEventArgs< T >:

List of all members.

Public Member Functions

 ConstChangeEventArgs (const T &old, const T &current)

Public Attributes

const T & Old
const T Current

Detailed Description

template<typename T>
class yap::ConstChangeEventArgs< T >

Definition at line 18 of file Event.hpp.


Constructor & Destructor Documentation

template<typename T >
yap::ConstChangeEventArgs< T >::ConstChangeEventArgs ( const T &  old,
const T &  current 
)
inline

Definition at line 20 of file Event.hpp.


Member Data Documentation

template<typename T >
const T yap::ConstChangeEventArgs< T >::Current

Definition at line 22 of file Event.hpp.

template<typename T >
const T& yap::ConstChangeEventArgs< T >::Old

Definition at line 22 of file Event.hpp.


The documentation for this class was generated from the following file: