souffle  2.0.2-371-g6315b36
Public Member Functions | Protected Member Functions
souffle::ast::Counter Class Reference

counter functor (incrementing a value after each invocation) More...

#include <Counter.h>

Inheritance diagram for souffle::ast::Counter:
Inheritance graph
Collaboration diagram for souffle::ast::Counter:
Collaboration graph

Public Member Functions

Counterclone () const override
 Create clone. More...
 
- Public Member Functions inherited from souffle::ast::Argument
 Node (SrcLocation loc={})
 
- Public Member Functions inherited from souffle::ast::Node
virtual void apply (const NodeMapper &)
 Apply the mapper to all child nodes. More...
 
std::string extloc () const
 Return source location of the syntactic element. More...
 
virtual std::vector< const Node * > getChildNodes () const
 Obtain a list of all embedded AST child nodes. More...
 
const SrcLocationgetSrcLoc () const
 Return source location of the Node. More...
 
 Node (SrcLocation loc={})
 
bool operator!= (const Node &other) const
 Inequality check for two AST nodes. More...
 
bool operator== (const Node &other) const
 Equivalence check for two AST nodes. More...
 
void setSrcLoc (SrcLocation l)
 Set source location for the Node. More...
 
virtual ~Node ()=default
 

Protected Member Functions

void print (std::ostream &os) const override
 Output to a given output stream. More...
 
- Protected Member Functions inherited from souffle::ast::Node
virtual bool equal (const Node &) const
 Abstract equality check for two AST nodes. More...
 

Detailed Description

counter functor (incrementing a value after each invocation)

Definition at line 34 of file Counter.h.

Member Function Documentation

◆ clone()

Counter* souffle::ast::Counter::clone ( ) const
inlineoverridevirtual

Create clone.

Implements souffle::ast::Argument.

Definition at line 38 of file Counter.h.

◆ print()

void souffle::ast::Counter::print ( std::ostream &  os) const
inlineoverrideprotectedvirtual

Output to a given output stream.

Implements souffle::ast::Node.

Definition at line 43 of file Counter.h.


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