LIBINT 2.7.2
Public Member Functions | List of all members
libint2::ForLoop Class Reference
Inheritance diagram for libint2::ForLoop:
Inheritance graph
[legend]
Collaboration diagram for libint2::ForLoop:
Collaboration graph
[legend]

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< CodeContextcontext () const
 
virtual std::string open ()=0
 Opens a code block. More...
 
virtual std::string close ()=0
 Close a code block. More...
 

Member Function Documentation

◆ close()

std::string ForLoop::close ( )
overridevirtual

Implementation of CodeBlock::close()

Implements libint2::CodeBlock.

◆ open()

std::string ForLoop::open ( )
overridevirtual

Implementation of CodeBlock::open()

Implements libint2::CodeBlock.


The documentation for this class was generated from the following files: