MCPcopy Create free account
hub / github.com/Icinga/icinga2 / FieldTypeCmp

Function FieldTypeCmp

tools/mkclass/classcompiler.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137static bool FieldTypeCmp(const Field& a, const Field& b)
138{
139 return a.Type.GetRealType() < b.Type.GetRealType();
140}
141
142static std::string FieldTypeToIcingaName(const Field& field, bool inner)
143{

Callers

nothing calls this directly

Calls 1

GetRealTypeMethod · 0.80

Tested by

no test coverage detected