Piethon  1.0
A Python-like interpreter using flex and bison.
Classes | Typedefs | Enumerations
number.h File Reference
#include <iosfwd>
Include dependency graph for number.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  Value
 
class  Number
 

Typedefs

typedef enum Type Type
 
typedef union Value Value
 

Enumerations

enum  Type { INT, FLOAT }
 

Typedef Documentation

◆ Type

typedef enum Type Type

◆ Value

typedef union Value Value

Enumeration Type Documentation

◆ Type

enum Type
Enumerator
INT 
FLOAT 

Definition at line 8 of file number.h.

8  {
9  INT,
10  FLOAT
11 } Type;
Definition: number.h:10
Type
Definition: number.h:8
Definition: number.h:9