MCPcopy Create free account
hub / github.com/IENT/YUView / getCode

Method getCode

YUViewLib/src/parser/common/CodingEnum.h:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 unsigned getCode(T value) const
72 {
73 for (const auto &entry : this->entryVector)
74 if (entry.value == value)
75 return entry.code;
76 return {};
77 }
78
79 std::map<int, std::string> getMeaningMap() const
80 {

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected