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

Method dump

scripts/mkqtdecl_common/cpp_classes.rb:519–526  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

517 def_initializer :struct, :template_decl, :visibility
518
519 def dump(i)
520 l = i + self.struct.kind.to_s + "_decl [" + self.visibility.to_s + "]: "
521 if self.template_decl
522 l += "template<" + self.template_decl.to_s + ">"
523 end
524 l += "\n"
525 l += self.struct.dump(i + " ")
526 end
527
528end
529

Callers

nothing calls this directly

Calls 3

to_sMethod · 0.45
visibilityMethod · 0.45
dumpMethod · 0.45

Tested by

no test coverage detected