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

Class SubRef

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

Source from the content-addressed store, hash-verified

93 std::map<std::string, ssize_t> structure_sizes;
94 std::map<std::string, ssize_t> field_offsets;
95 struct SubRef {
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;
102 CommentHandler commentHandler;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected