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

Public Member Functions

 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()

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: