MCPcopy Create free account
hub / github.com/OpenSteam001/OpenSteamTool / EnumDecl

Class EnumDecl

tools/ipc_codegen/ipc_codegen.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38};
39
40struct EnumDecl {
41 std::string name;
42 std::string underlying;
43 std::vector<EnumMember> members;
44 int line = 0;
45};
46
47struct StructDecl {
48 std::string name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected