Inferno  0.2
CPPTree::Integral Struct Reference

Type represents an integral (singed or unsigned) type. More...

#include <cpptree.hpp>

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

List of all members.

Public Attributes

NODE_FUNCTIONS TreePtr< Integerwidth
 Number of bits, not bytes.

Detailed Description

Type represents an integral (singed or unsigned) type.

The total number of bits (including sign when signed, and fractional if fixed-point) is given

Definition at line 520 of file cpptree.hpp.


Member Data Documentation

Number of bits, not bytes.

Definition at line 523 of file cpptree.hpp.


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