|
souffle
2.0.2-371-g6315b36
|
Represents a float constant. More...
#include <FloatConstant.h>


Public Member Functions | |
| FloatConstant * | clone () const override |
| Create clone. More... | |
| FloatConstant (RamFloat val) | |
| RamFloat | getValue () const |
| Get value of the constant. More... | |
Public Member Functions inherited from souffle::ram::Constant | |
| RamDomain | getConstant () const |
| Get constant. More... | |
Public Member Functions inherited from souffle::ram::Node | |
| virtual void | apply (const NodeMapper &) |
| Apply the mapper to all child nodes. More... | |
| virtual std::vector< const Node * > | getChildNodes () const |
| Obtain list of all embedded child nodes. More... | |
| bool | operator!= (const Node &other) const |
| Inequality check for two RAM nodes. More... | |
| bool | operator== (const Node &other) const |
| Equivalence check for two RAM nodes. More... | |
| virtual void | rewrite (const Node *oldNode, Own< Node > newNode) |
| Rewrite a child node. More... | |
| virtual | ~Node ()=default |
Protected Member Functions | |
| void | print (std::ostream &os) const override |
| Print RAM node. More... | |
Protected Member Functions inherited from souffle::ram::Constant | |
| Constant (RamDomain constant) | |
| bool | equal (const Node &node) const override |
| Equality check for two RAM nodes. More... | |
Additional Inherited Members | |
Protected Attributes inherited from souffle::ram::Constant | |
| const RamDomain | constant |
| Constant value. More... | |
|
inlineexplicit |
Definition at line 42 of file FloatConstant.h.
|
inlineoverridevirtual |
|
inline |
|
inlineoverrideprotectedvirtual |
1.8.17