retdec
|
#include <function.h>
Public Member Functions | |
bool | hasFunction (const std::string &name) |
const Function * | getFunctionByName (const std::string &name) const |
const Function * | getFunctionByStartAddress (const retdec::common::Address &addr) const |
const Function * | getFunctionByRealName (const std::string &name) const |
An associative container with functions' names as the key. See Function class for details.
const Function * retdec::common::FunctionContainer::getFunctionByName | ( | const std::string & | name | ) | const |
const Function * retdec::common::FunctionContainer::getFunctionByRealName | ( | const std::string & | name | ) | const |
const Function * retdec::common::FunctionContainer::getFunctionByStartAddress | ( | const retdec::common::Address & | addr | ) | const |
nullptr
if not found. bool retdec::common::FunctionContainer::hasFunction | ( | const std::string & | name | ) |
True
if container contains a function of the specified name.