abstract class Bindgen::CallBuilder::CppMethod::Body
- Bindgen::CallBuilder::CppMethod::Body
- Bindgen::Call::Body
- Reference
- Object
Direct Known Subclasses
- Bindgen::CallBuilder::CppMethod::PureBody
- Bindgen::CallBuilder::CppMethod::SuperclassBody
- Bindgen::CallBuilder::CppMethod::VirtualBody
Defined in:
bindgen/call_builder/cpp_method.crInstance Method Summary
- #code_body(const, call, platform, prefix)
- #overriding? : Bool
-
#to_code(call : Call, platform : Graph::Platform) : String
Will be called by a
Generator
later on, passing in the call and the target platform.
Instance methods inherited from class Bindgen::Call::Body
to_code(call : Call, platform : Graph::Platform) : String
to_code
Instance Method Detail
Description copied from class Bindgen::Call::Body
Will be called by a Generator
later on, passing in the call and the
target platform.