# {py:mod}`itkwasm.int_types`

```{py:module} itkwasm.int_types
```

```{autodoc2-docstring} itkwasm.int_types
:allowtitles:
```

## Module Contents

### Classes

````{list-table}
:class: autosummary longtable
:align: left

* - {py:obj}`IntTypes <itkwasm.int_types.IntTypes>`
  -
````

### API

`````{py:class} IntTypes()
:canonical: itkwasm.int_types.IntTypes

Bases: {py:obj}`str`, {py:obj}`enum.Enum`

````{py:attribute} Int8
:canonical: itkwasm.int_types.IntTypes.Int8
:value: >
   'int8'

```{autodoc2-docstring} itkwasm.int_types.IntTypes.Int8
```

````

````{py:attribute} UInt8
:canonical: itkwasm.int_types.IntTypes.UInt8
:value: >
   'uint8'

```{autodoc2-docstring} itkwasm.int_types.IntTypes.UInt8
```

````

````{py:attribute} Int16
:canonical: itkwasm.int_types.IntTypes.Int16
:value: >
   'int16'

```{autodoc2-docstring} itkwasm.int_types.IntTypes.Int16
```

````

````{py:attribute} UInt16
:canonical: itkwasm.int_types.IntTypes.UInt16
:value: >
   'uint16'

```{autodoc2-docstring} itkwasm.int_types.IntTypes.UInt16
```

````

````{py:attribute} Int32
:canonical: itkwasm.int_types.IntTypes.Int32
:value: >
   'int32'

```{autodoc2-docstring} itkwasm.int_types.IntTypes.Int32
```

````

````{py:attribute} UInt32
:canonical: itkwasm.int_types.IntTypes.UInt32
:value: >
   'uint32'

```{autodoc2-docstring} itkwasm.int_types.IntTypes.UInt32
```

````

````{py:attribute} Int64
:canonical: itkwasm.int_types.IntTypes.Int64
:value: >
   'int64'

```{autodoc2-docstring} itkwasm.int_types.IntTypes.Int64
```

````

````{py:attribute} UInt64
:canonical: itkwasm.int_types.IntTypes.UInt64
:value: >
   'uint64'

```{autodoc2-docstring} itkwasm.int_types.IntTypes.UInt64
```

````

````{py:attribute} SizeValueType
:canonical: itkwasm.int_types.IntTypes.SizeValueType
:value: >
   'uint64'

```{autodoc2-docstring} itkwasm.int_types.IntTypes.SizeValueType
```

````

````{py:attribute} IdentifierType
:canonical: itkwasm.int_types.IntTypes.IdentifierType
:value: >
   'uint64'

```{autodoc2-docstring} itkwasm.int_types.IntTypes.IdentifierType
```

````

````{py:attribute} IndexValueType
:canonical: itkwasm.int_types.IntTypes.IndexValueType
:value: >
   'int64'

```{autodoc2-docstring} itkwasm.int_types.IntTypes.IndexValueType
```

````

````{py:attribute} OffsetValueType
:canonical: itkwasm.int_types.IntTypes.OffsetValueType
:value: >
   'int64'

```{autodoc2-docstring} itkwasm.int_types.IntTypes.OffsetValueType
```

````

````{py:method} __str__()
:canonical: itkwasm.int_types.IntTypes.__str__

````

````{py:method} __repr__()
:canonical: itkwasm.int_types.IntTypes.__repr__

````

`````
