module documentation

Provides the Integer types and type constructors operating on integers such as BigEndian as well as the Endianness and Signedness enums.

Class ArchDependentInteger An integer type whose size depends on whether the current context is 32 or 64 bits.
Class BigEndian An integer type that wraps an inner integer type and forces its endianness to big-endian.
Class Endianness Endianness of an Integer type.
Class FixedWidthInteger An integer type of a fixed size.
Class Integer An abstract class whose instances represent the types of integer.
Class LittleEndian An integer type that wraps an inner integer type and forces its endianness to little-endian.
Class Signedness Signedness of an Integer type.
Function _adint_docstring Undocumented
Function _int_docstring Undocumented
def _adint_docstring(signedness, endianness, size32, size64):

Undocumented

def _int_docstring(size, signedness, endianness):

Undocumented