|
LIBINT 2.9.0
|


Public Member Functions | |
| ForLoop (const std::shared_ptr< CodeContext > &context, std::string &varname, const std::shared_ptr< Entity > &less_than, const std::shared_ptr< Entity > &start_at) | |
| std::string | open () override |
| Implementation of CodeBlock::open() | |
| std::string | close () override |
| Implementation of CodeBlock::close() | |
Public Member Functions inherited from libint2::CodeBlock | |
| CodeBlock (const std::shared_ptr< CodeContext > &context) | |
| std::shared_ptr< CodeContext > | context () const |
|
overridevirtual |
Implementation of CodeBlock::close()
Implements libint2::CodeBlock.
|
overridevirtual |
Implementation of CodeBlock::open()
Implements libint2::CodeBlock.