MCPcopy Create free account
hub / github.com/KDAB/codebrowser / Type

Enum Type

generator/annotator.h:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 std::string ref;
97 std::string type;
98 enum Type { None, Function, Member, Static } what = None;
99 };
100 std::map<std::string, std::vector<SubRef>> sub_refs;
101 std::unordered_map<pathTo_cache_key_t, std::string> pathTo_cache;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected