LIBINT 2.9.0
Public Member Functions | List of all members
libint2::CodeBlock Class Referenceabstract
Inheritance diagram for libint2::CodeBlock:
Inheritance graph
[legend]

Public Member Functions

 CodeBlock (const std::shared_ptr< CodeContext > &context)
 
std::shared_ptr< CodeContextcontext () const
 
virtual std::string open ()=0
 Opens a code block.
 
virtual std::string close ()=0
 Close a code block.
 

Member Function Documentation

◆ close()

virtual std::string libint2::CodeBlock::close ( )
pure virtual

Close a code block.

Implemented in libint2::ForLoop.

◆ open()

virtual std::string libint2::CodeBlock::open ( )
pure virtual

Opens a code block.

Implemented in libint2::ForLoop.


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