LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
LIEF::pdb::types::Method Class Reference

This class represents a Method (LF_ONEMETHOD) that can be defined in ClassLike PDB type. More...

#include <Method.hpp>

Classes

class  Iterator
 

Public Member Functions

 Method (std::unique_ptr< details::Method > impl)
 
std::string name () const
 Name of the method.
 
 ~Method ()
 

Detailed Description

This class represents a Method (LF_ONEMETHOD) that can be defined in ClassLike PDB type.

Constructor & Destructor Documentation

◆ Method()

LIEF::pdb::types::Method::Method ( std::unique_ptr< details::Method > impl)

◆ ~Method()

LIEF::pdb::types::Method::~Method ( )

Member Function Documentation

◆ name()

std::string LIEF::pdb::types::Method::name ( ) const

Name of the method.


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