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

Function DECLARE_FUNCTION

tests/test.cc:146–152  ·  view source on GitHub ↗

Some macro

Source from the content-addressed store, hash-verified

144
145//Some macro
146DECLARE_FUNCTION(MyEnum, yoyo, MyClass&a) {
147
148 myMacro(a.m());
149 return a.member ?
150 Val1 :
151 Val2;
152}
153
154int function() {
155 struct {

Callers

nothing calls this directly

Calls 1

mMethod · 0.45

Tested by

no test coverage detected