Method: Emfrp::TypeDef#marker_func_name
- Defined in:
- lib/emfrp/compile/c/syntax_codegen.rb
#marker_func_name(ct) ⇒ Object
195 196 197 198 199 200 201 |
# File 'lib/emfrp/compile/c/syntax_codegen.rb', line 195 def marker_func_name(ct) unless enum?(ct) "mark_#{struct_name(ct)}" else raise end end |