#include <Method.h>
Public Member Functions | |
std::string | getHeader () |
std::string | getSource () |
std::string | getExposed (const std::string &repl_containter) |
std::string | getHidden () |
Method () | |
operator bool () | |
Public Attributes | |
bool | m_virtual |
bool | m_static |
bool | m_template |
std::string | m_returnValue |
std::string | m_signature |
std::string | m_implementation |
std::string | m_comment |
Any * | m_container |
Definition at line 16 of file Method.h.
Method::Method | ( | ) |
Definition at line 19 of file Method.cpp.
std::string Method::getExposed | ( | const std::string & | repl_containter | ) |
Definition at line 62 of file Method.cpp.
std::string Method::getHeader | ( | ) |
Definition at line 31 of file Method.cpp.
std::string Method::getHidden | ( | ) |
Definition at line 87 of file Method.cpp.
std::string Method::getSource | ( | ) |
Definition at line 47 of file Method.cpp.
Method::operator bool | ( | ) |
Definition at line 95 of file Method.cpp.
bool Method::m_static |
bool Method::m_template |
bool Method::m_virtual |