Templates -- Meow  1.1.4
A C++ template contains kinds of interesting classes and functions
meow::ImplementInterface< T > Class Template Reference

#include "Register_Implement.h"

Public Member Functions

T const & identify () const
 
virtual ~ImplementInterface ()
 

Protected Member Functions

 ImplementInterface (T const &id)
 

Detailed Description

template<class T>
class meow::ImplementInterface< T >

Definition at line 7 of file Register_Implement.h.

Constructor & Destructor Documentation

template<class T>
meow::ImplementInterface< T >::ImplementInterface ( T const &  id)
inlineprotected

Definition at line 11 of file Register_Implement.h.

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

Definition at line 14 of file Register_Implement.h.

Member Function Documentation

template<class T>
T const& meow::ImplementInterface< T >::identify ( ) const
inline

Definition at line 13 of file Register_Implement.h.


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