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

Method GetRealType

tools/mkclass/classcompiler.hpp:74–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 int ArrayRank{0};
73
74 inline std::string GetRealType() const
75 {
76 if (ArrayRank > 0)
77 return "Array::Ptr";
78
79 if (IsName)
80 return "String";
81
82 return TypeName;
83 }
84
85 inline std::string GetArgumentType() const
86 {

Callers 6

FieldLayoutCmpFunction · 0.80
FieldTypeCmpFunction · 0.80
HandleClassMethod · 0.80
CodeGenValidatorMethod · 0.80
HandleValidatorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected