CBMC
osx_mach_o_readert::sectiont Struct Reference

#include <osx_fat_reader.h>

+ Collaboration diagram for osx_mach_o_readert::sectiont:

Public Member Functions

 sectiont (const std::string &_name, std::size_t _offset, std::size_t _size)
 

Public Attributes

std::string name
 
std::size_t offset
 
std::size_t size
 

Detailed Description

Definition at line 48 of file osx_fat_reader.h.

Constructor & Destructor Documentation

◆ sectiont()

osx_mach_o_readert::sectiont::sectiont ( const std::string &  _name,
std::size_t  _offset,
std::size_t  _size 
)
inline

Definition at line 50 of file osx_fat_reader.h.

Member Data Documentation

◆ name

std::string osx_mach_o_readert::sectiont::name

Definition at line 55 of file osx_fat_reader.h.

◆ offset

std::size_t osx_mach_o_readert::sectiont::offset

Definition at line 56 of file osx_fat_reader.h.

◆ size

std::size_t osx_mach_o_readert::sectiont::size

Definition at line 57 of file osx_fat_reader.h.


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