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

#include <visual_basic_extern.h>

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

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
 

Detailed Description

Class for visual basic information

Member Function Documentation

◆ getApiName()

const std::string & retdec::fileformat::VisualBasicExtern::getApiName ( ) const

Get api name

Returns
Api name

◆ getModuleName()

const std::string & retdec::fileformat::VisualBasicExtern::getModuleName ( ) const

Get module name

Returns
Module name

◆ setApiName()

void retdec::fileformat::VisualBasicExtern::setApiName ( const std::string &  aName)

Set api name

Parameters
aNameApi name to set

◆ setModuleName()

void retdec::fileformat::VisualBasicExtern::setModuleName ( const std::string &  mName)

Set module name

Parameters
mNameModule name to set

Member Data Documentation

◆ apiName

std::string retdec::fileformat::VisualBasicExtern::apiName
private

◆ moduleName

std::string retdec::fileformat::VisualBasicExtern::moduleName
private

The documentation for this class was generated from the following files: