#include <visual_basic_object.h>
Class for visual basic information
◆ addMethod()
void retdec::fileformat::VisualBasicObject::addMethod |
( |
const std::string & |
method | ) |
|
◆ getMethods()
const std::vector< std::string > & retdec::fileformat::VisualBasicObject::getMethods |
( |
| ) |
const |
Get methods
- Returns
- Object methods
◆ getName()
const std::string & retdec::fileformat::VisualBasicObject::getName |
( |
| ) |
const |
◆ getNumberOfMethods()
std::size_t retdec::fileformat::VisualBasicObject::getNumberOfMethods |
( |
| ) |
const |
Get number of methods
- Returns
- number of methods
◆ setName()
void retdec::fileformat::VisualBasicObject::setName |
( |
const std::string & |
n | ) |
|
◆ methods
std::vector<std::string> retdec::fileformat::VisualBasicObject::methods |
|
private |
◆ name
std::string retdec::fileformat::VisualBasicObject::name |
|
private |
The documentation for this class was generated from the following files: