The Tiny HTM Library
Data Fields
htm_ids Struct Reference

A sorted list of 64 bit integer ranges. More...

#include <htm.h>

+ Collaboration diagram for htm_ids:

Data Fields

size_t n
 Number of ranges in list.
size_t cap
 Capacity of the range list.
struct htm_range range []
 Ranges [min_i, max_i], with min_i <= max_i and min_j > max_i for all j > i.

Detailed Description

A sorted list of 64 bit integer ranges.

Definition at line 50 of file htm.h.


Field Documentation

Ranges [min_i, max_i], with min_i <= max_i and min_j > max_i for all j > i.

Definition at line 53 of file htm.h.


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