Inferno  0.2
CPPTree::Boolean Struct Reference

Boolean type. More...

#include <cpptree.hpp>

Inheritance diagram for CPPTree::Boolean:
[legend]
Collaboration diagram for CPPTree::Boolean:
[legend]

List of all members.


Detailed Description

Boolean type.

We support bool separately from 1-bit ints, at least for now. (note that (bool)2==true but (int:1)2==0) Note: Boolean here is considered an adjective, and in general Type nodes are named using adjectives. C.f. the Property/Literal intermediate Bool

Definition at line 512 of file cpptree.hpp.


The documentation for this struct was generated from the following file: