CPPStandaloneCodeObject class¶
(Shortest import: from brian2.devices.cpp_standalone import CPPStandaloneCodeObject)
-
class
brian2.devices.cpp_standalone.codeobject.CPPStandaloneCodeObject(*args, **kw)[source]¶ Bases:
brian2.codegen.codeobject.CodeObjectC++ standalone code object
The
codeshould be aMultiTemplateobject with two macros defined,main(for the main loop code) andsupport_codefor any support code (e.g. function definitions).Attributes
Store whether this code object defines before/after blocks
Methods
__call__(**kwds)Call self as a function.
compile_block(block)run_block(block)Details
-
before_after_blocks¶ Store whether this code object defines before/after blocks
-