retdec
Private Attributes | List of all members
retdec::fileformat::VisualBasicObject Class Reference

#include <visual_basic_object.h>

Collaboration diagram for retdec::fileformat::VisualBasicObject:
Collaboration graph
[legend]

Public Member Functions

Getters
const std::string & getName () const
 
const std::vector< std::string > & getMethods () const
 
std::size_t getNumberOfMethods () const
 
Setters
void setName (const std::string &n)
 
Other methods
void addMethod (const std::string &method)
 

Private Attributes

std::string name
 
std::vector< std::string > methods
 

Detailed Description

Class for visual basic information

Member Function Documentation

◆ addMethod()

void retdec::fileformat::VisualBasicObject::addMethod ( const std::string &  method)

Add method

Parameters
methodMethod to add

◆ 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

Get name

Returns
name

◆ 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)

Set name

Parameters
nName to set

Member Data Documentation

◆ 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: