#include <bloaty.h>

Public Member Functions | |
| absl::string_view | data () const |
| const std::string & | filename () const |
| InputFile (const InputFile &)=delete | |
| InputFile (const std::string &filename) | |
| InputFile & | operator= (const InputFile &)=delete |
| virtual | ~InputFile () |
Protected Attributes | |
| absl::string_view | data_ |
Private Attributes | |
| const std::string | filename_ |
|
inline |
|
inline |
|
inline |
|
protected |