Apache Mesos
Public Member Functions | Static Public Member Functions | List of all members
elf::File Class Reference

#include <elf.hpp>

Public Member Functions

Try< Classget_class () const
 
Try< std::vector< std::string > > get_dynamic_strings (DynamicTag tag) const
 
Result< Versionget_abi_version () const
 
Result< std::string > get_interpreter () const
 

Static Public Member Functions

static Try< File * > load (const std::string &path)
 

Member Function Documentation

Result<Version> elf::File::get_abi_version ( ) const
inline
Try<Class> elf::File::get_class ( ) const
inline
Try<std::vector<std::string> > elf::File::get_dynamic_strings ( DynamicTag  tag) const
inline
Result<std::string> elf::File::get_interpreter ( ) const
inline
static Try<File*> elf::File::load ( const std::string &  path)
inlinestatic

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