Tapkee
Method< M > Struct Template Reference

#include <methods.hpp>

Public Member Functions

 Method (const char *n)
 
 Method (const M &m)
 
Methodoperator= (const Method &m)
 
const char * name () const
 
bool is (const M &m) const
 
bool operator== (const M &m)
 

Public Attributes

const char * name_
 

Detailed Description

template<typename M>
struct tapkee::Method< M >

Definition at line 99 of file defines/methods.hpp.

Constructor & Destructor Documentation

◆ Method() [1/2]

Method ( const char *  n)

Definition at line 101 of file defines/methods.hpp.

◆ Method() [2/2]

Method ( const M &  m)

Definition at line 104 of file defines/methods.hpp.

Member Function Documentation

◆ is()

bool is ( const M &  m) const

Definition at line 116 of file defines/methods.hpp.

◆ name()

const char* name ( ) const

Definition at line 112 of file defines/methods.hpp.

◆ operator=()

Method& operator= ( const Method< M > &  m)

Definition at line 107 of file defines/methods.hpp.

◆ operator==()

bool operator== ( const M &  m)

Definition at line 120 of file defines/methods.hpp.

Member Data Documentation

◆ name_

const char* name_

Definition at line 124 of file defines/methods.hpp.


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