MCPcopy Create free account
hub / github.com/KLayout/klayout / cpp

Method cpp

scripts/mkqtdecl_common/cpp_parser_classes.rb:243–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241
242module PFuncSpec
243 def cpp
244 CPPFunc::new(nil, (fa.nonterminal? && fa.text_value != "void") ? (fa.a.cpp || []) : [], cvspec.nonterminal? && cvspec.cv.to_symbol, refspec.nonterminal? && refspec.ref.text_value)
245 end
246end
247
248module PInnerTypeWithCV

Callers

nothing calls this directly

Calls 4

to_symbolMethod · 0.80
refMethod · 0.80
cppMethod · 0.45
aMethod · 0.45

Tested by

no test coverage detected