HoverRace  2.0
Public Member Functions | List of all members
HoverRace::Display::ViewAttacher< T > Struct Template Referenceabstract

Interface for classes that can attach a view to a model. More...

#include <ViewAttacher.h>

Public Member Functions

virtual void AttachView (T &model)=0
 Attach the display-specific view. More...
 

Detailed Description

template<class T>
struct HoverRace::Display::ViewAttacher< T >

Interface for classes that can attach a view to a model.

Template Parameters
TThe model class (should be a subclass of ViewModel).
Author
Michael Imamura

Member Function Documentation

template<class T>
virtual void HoverRace::Display::ViewAttacher< T >::AttachView ( T &  model)
pure virtual

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