proxygen
folly::symbolizer::ElfCacheBase Class Referenceabstract

#include <ElfCache.h>

Inheritance diagram for folly::symbolizer::ElfCacheBase:
folly::symbolizer::ElfCache folly::symbolizer::SignalSafeElfCache

Public Member Functions

virtual std::shared_ptr< ElfFilegetFile (StringPiece path)=0
 
virtual ~ElfCacheBase ()
 

Detailed Description

Definition at line 44 of file ElfCache.h.

Constructor & Destructor Documentation

virtual folly::symbolizer::ElfCacheBase::~ElfCacheBase ( )
inlinevirtual

Definition at line 47 of file ElfCache.h.

47 {}

Member Function Documentation

virtual std::shared_ptr<ElfFile> folly::symbolizer::ElfCacheBase::getFile ( StringPiece  path)
pure virtual

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