$search
#include <span.hpp>

Public Member Functions | |
| span (const uword in_a, const uword in_b) | |
| span (const uword in_a) | |
| span (const span_alt &) | |
| span () | |
Public Attributes | |
| uword | a |
| uword | b |
| bool | whole |
Definition at line 35 of file span.hpp.
| bool span::whole |