amath  1.8.5
Simple command line calculator
operators.h File Reference

Application logic tied to arithmetic operators. More...

#include "nodes.h"
#include "values.h"
Include dependency graph for operators.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UnaryNode
 
class  AbsoluteNode
 
class  FactorialNode
 
class  NumericOperator
 
class  AdditionNode
 
class  SubtractionNode
 
class  MultiplicationNode
 
class  DivisionNode
 
class  PowerNode
 
class  AssignmentNode
 

Detailed Description

Application logic tied to arithmetic operators.

Definition in file operators.h.