Templates -- Meow  1.1.4
A C++ template which is unable and also not allowed to compile to obj-file first.
meow::RegisterInterface< T > Class Template Reference

#include "Register_Implement.h"

Public Member Functions

virtual bool regImplement (ImplementInterface< T > *imp)
 
virtual ImplementInterface< T > * getImplement (T const &identify)
 
virtual ~RegisterInterface ()
 

Protected Member Functions

 RegisterInterface ()
 

Detailed Description

template<class T>
class meow::RegisterInterface< T >

Definition at line 17 of file Register_Implement.h.

Constructor & Destructor Documentation

template<class T >
meow::RegisterInterface< T >::RegisterInterface ( )
inlineprotected

Definition at line 5 of file Register_Implement.hpp.

template<class T >
virtual meow::RegisterInterface< T >::~RegisterInterface ( )
inlinevirtual

Definition at line 25 of file Register_Implement.h.

Member Function Documentation

template<class T >
ImplementInterface< T > * meow::RegisterInterface< T >::getImplement ( T const &  identify)
inlinevirtual

Definition at line 16 of file Register_Implement.hpp.

template<class T >
bool meow::RegisterInterface< T >::regImplement ( ImplementInterface< T > *  imp)
inlinevirtual

Definition at line 7 of file Register_Implement.hpp.


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