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

Method Simple>

api/python/src/PDB/types/pySimple.cpp:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace LIEF::pdb::py {
5template<>
6void create<pdb::types::Simple>(nb::module_& m) {
7 nb::class_<pdb::types::Simple, pdb::Type> type(m, "Simple",
8 R"doc(
9 This class represents a primitive types (int, float, ...) which are
10 also named *simple* types in the PDB format.
11 )doc"_doc
12 );
13}
14
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected