Nabla  1.0
Nabla - a DSL for Automatic differentiation
Classes | Public Member Functions | Public Attributes | List of all members
ConstValue Class Reference

#include <ast.h>

Inheritance diagram for ConstValue:
Inheritance graph
[legend]
Collaboration diagram for ConstValue:
Collaboration graph
[legend]

Classes

union  inbuilt_type
 

Public Member Functions

 ConstValue (int value)
 
 ConstValue (float value)
 
virtual ~ConstValue ()=default
 
- Public Member Functions inherited from Node
 Node ()
 
virtual ~Node ()=default
 

Public Attributes

inbuilt_type value
 
bool isInt
 

Constructor & Destructor Documentation

◆ ConstValue() [1/2]

ConstValue::ConstValue ( int  value)

◆ ConstValue() [2/2]

ConstValue::ConstValue ( float  value)

◆ ~ConstValue()

virtual ConstValue::~ConstValue ( )
virtualdefault

Member Data Documentation

◆ isInt

bool ConstValue::isInt

◆ value

inbuilt_type ConstValue::value

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