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

Method TypeDef>

api/python/src/DWARF/editor/pyTypeDef.cpp:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace LIEF::dwarf::py {
6template<>
7void create<dw::editor::TypeDef>(nb::module_& m) {
8 nb::class_<dw::editor::TypeDef, dw::editor::Type>(m, "TypeDef",
9 "This class represents a typedef (``DW_TAG_typedef``)."_doc
10 );
11}
12
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected