LIBINT 2.9.0
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 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< CodeContextcontext () const
 

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: