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

Method BitField>

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

Source from the content-addressed store, hash-verified

4namespace LIEF::pdb::py {
5template<>
6void create<pdb::types::BitField>(nb::module_& m) {
7 nb::class_<pdb::types::BitField, pdb::Type> type(m, "BitField",
8 R"doc(
9 This class represents a ``LF_BITFIELD`` PDB type
10 )doc"_doc
11 );
12}
13
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected