|
LIBINT 2.7.2
|


Public Member Functions | |
| ForLoop (const SafePtr< CodeContext > &context, std::string &varname, const SafePtr< Entity > &less_than, const SafePtr< Entity > &start_at) | |
| std::string | open () override |
| Implementation of CodeBlock::open() More... | |
| std::string | close () override |
| Implementation of CodeBlock::close() More... | |
Public Member Functions inherited from libint2::CodeBlock | |
| CodeBlock (const SafePtr< CodeContext > &context) | |
| SafePtr< CodeContext > | context () const |
| virtual std::string | open ()=0 |
| Opens a code block. More... | |
| virtual std::string | close ()=0 |
| Close a code block. More... | |
|
overridevirtual |
Implementation of CodeBlock::close()
Implements libint2::CodeBlock.
|
overridevirtual |
Implementation of CodeBlock::open()
Implements libint2::CodeBlock.