MCPcopy Create free account
hub / github.com/lief-project/LIEF / ObjectFileLayout

Function ObjectFileLayout

src/ELF/ObjectFileLayout.hpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 public:
41 using Layout::Layout;
42 ObjectFileLayout(const ObjectFileLayout&) = delete;
43 ObjectFileLayout& operator=(const ObjectFileLayout&) = delete;
44
45 ObjectFileLayout(ObjectFileLayout&&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected