Follow this link to skip to the main content

I/O
[Hardware Package]

Collaboration diagram for I/O:


Variables

const size_t claraty::MAX_BITS = sizeof(unsigned long) * 8

Detailed Description

Hardware I/O Module

Variable Documentation

const size_t claraty::MAX_BITS = sizeof(unsigned long) * 8

Based on the STL bitset source code for the single-word specialization.

Definition at line 51 of file bits.h.

Referenced by claraty::Bits::_sanitize(), and claraty::Bits::Bits().