retdec
Public Member Functions | Public Attributes | List of all members
retdec::unpackertool::Plugin::Info Struct Reference

The structure representing the plugin metadata. More...

#include <plugin.h>

Collaboration diagram for retdec::unpackertool::Plugin::Info:
Collaboration graph
[legend]

Public Member Functions

 Info ()
 
bool isUninitialized () const
 

Public Attributes

std::string name
 Name of the plugin and also the packer. More...
 
std::string pluginVersion
 Plugin version. More...
 
std::string packerVersion
 Regular expression of packer version it supports. More...
 
std::string author
 Author of the plugin. More...
 

Detailed Description

The structure representing the plugin metadata.

This structure represents the plugin managed by PluginMgr. Contains the metadata about the plugin.

Constructor & Destructor Documentation

◆ Info()

retdec::unpackertool::Plugin::Info::Info ( )
inline

Member Function Documentation

◆ isUninitialized()

bool retdec::unpackertool::Plugin::Info::isUninitialized ( ) const
inline

Check whether all fields are initialized

Returns
True if all fields are initialized, otherwise false.

Member Data Documentation

◆ author

std::string retdec::unpackertool::Plugin::Info::author

Author of the plugin.

◆ name

std::string retdec::unpackertool::Plugin::Info::name

Name of the plugin and also the packer.

◆ packerVersion

std::string retdec::unpackertool::Plugin::Info::packerVersion

Regular expression of packer version it supports.

◆ pluginVersion

std::string retdec::unpackertool::Plugin::Info::pluginVersion

Plugin version.


The documentation for this struct was generated from the following file: