abstract class Bindgen::Template::Base
- Bindgen::Template::Base
- Reference
- Object
Overview
Base class of the templates.
Direct Known Subclasses
- Bindgen::Template::Basic
- Bindgen::Template::None
- Bindgen::Template::ProcFromWrapper
- Bindgen::Template::Sequence
Defined in:
bindgen/template/base.crInstance Method Summary
-
#followed_by(other : Base) : Base
Combines two templates into one.
-
#no_op? : Bool
Is this a no-operation template?
-
#template(code : String) : String
Performs a template substitution.
Instance Method Detail
Combines two templates into one. The other template is run after the current template.