FreeNOS
Typedefs | Enumerations
Number Namespace Reference

Typedefs

typedef enum Number::Base Base
 Numeral system base type. More...
 

Enumerations

enum  Base { Dec, Hex }
 Numeral system base type. More...
 

Typedef Documentation

◆ Base

typedef enum Number::Base Number::Base

Numeral system base type.

Enumeration Type Documentation

◆ Base

Numeral system base type.

Enumerator
Dec 
Hex 

Decimal: 0-10.

Definition at line 168 of file Types.h.