Method: AutoC::Composite#prefix
- Defined in:
- lib/autoc/composite.rb
#prefix ⇒ Object
Prefix used to generate type-qualified identifiers By default it returns the C side type signature but can be overridden to handle the cases where the signature is not itself a valid C identifier (char*, for example)
61 |
# File 'lib/autoc/composite.rb', line 61 def prefix = signature |