pystencils.backend.ast.expressions.PsMemAcc#
- class pystencils.backend.ast.expressions.PsMemAcc(ptr, offset)#
Pointer-based memory access with type-dependent offset.
- Parameters:
ptr (PsExpression)
offset (PsExpression)
- get_children()#
Retrieve child nodes of this AST node
This operation must be implemented by subclasses.