LIEF: Library to Instrument Executable Formats Version 0.15.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
LIEF::DEX::Prototype Class Reference

Class which represents a DEX method prototype. More...

#include <Prototype.hpp>

Inheritance diagram for LIEF::DEX::Prototype:
Inheritance graph
[legend]
Collaboration diagram for LIEF::DEX::Prototype:
Collaboration graph
[legend]

Public Types

using parameters_type_t = std::vector<Type*>
 
using it_params = ref_iterator<parameters_type_t>
 
using it_const_params = const_ref_iterator<const parameters_type_t>
 
- Public Types inherited from LIEF::Object
template<class T >
using output_t = add_pointer_t<decay_t<T>>
 
template<class T >
using output_const_t = add_pointer_t<add_const_t<decay_t<T>>>
 

Public Member Functions

 Prototype (const Prototype &other)
 
const Typereturn_type () const
 Type returned or a nullptr if not resolved.
 
Typereturn_type ()
 
it_const_params parameters_type () const
 Types of the parameters.
 
it_params parameters_type ()
 
void accept (Visitor &visitor) const override
 
- Public Member Functions inherited from LIEF::Object
 Object (const Object &other)
 
Objectoperator= (const Object &other)
 
template<class T >
output_t< T > as ()
 
template<class T >
output_const_t< T > as () const
 
virtual bool operator== (const Object &other) const
 
virtual bool operator!= (const Object &other) const
 

Detailed Description

Class which represents a DEX method prototype.

Member Function Documentation

◆ accept()

void LIEF::DEX::Prototype::accept ( Visitor & visitor) const
overridevirtual

Implements LIEF::Object.


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