|
Tapkee
|
#include <methods.hpp>
Public Member Functions | |
| Method (const char *n) | |
| Method (const M &m) | |
| Method & | operator= (const Method &m) |
| const char * | name () const |
| bool | is (const M &m) const |
| bool | operator== (const M &m) |
Public Attributes | |
| const char * | name_ |
Definition at line 99 of file defines/methods.hpp.
| Method | ( | const char * | n | ) |
Definition at line 101 of file defines/methods.hpp.
| Method | ( | const M & | m | ) |
Definition at line 104 of file defines/methods.hpp.
| bool is | ( | const M & | m | ) | const |
Definition at line 116 of file defines/methods.hpp.
| const char* name | ( | ) | const |
Definition at line 112 of file defines/methods.hpp.
Definition at line 107 of file defines/methods.hpp.
| bool operator== | ( | const M & | m | ) |
Definition at line 120 of file defines/methods.hpp.
| const char* name_ |
Definition at line 124 of file defines/methods.hpp.