retdec
|
#include <visual_basic_extern.h>
Public Member Functions | |
Getters | |
const std::string & | getModuleName () const |
const std::string & | getApiName () const |
Setters | |
void | setModuleName (const std::string &mName) |
void | setApiName (const std::string &aName) |
Private Attributes | |
std::string | moduleName |
std::string | apiName |
Class for visual basic information
const std::string & retdec::fileformat::VisualBasicExtern::getApiName | ( | ) | const |
Get api name
const std::string & retdec::fileformat::VisualBasicExtern::getModuleName | ( | ) | const |
Get module name
void retdec::fileformat::VisualBasicExtern::setApiName | ( | const std::string & | aName | ) |
Set api name
aName | Api name to set |
void retdec::fileformat::VisualBasicExtern::setModuleName | ( | const std::string & | mName | ) |
Set module name
mName | Module name to set |
|
private |
|
private |