MeatAxe  2.4
Set_t Class Reference

A Set of Integers. More...

Data Fields

unsigned long Magic
 Used internally.
 
int Size
 Number of elements.
 
int BufSize
 Used internally for memory management.
 
long * Data
 The elements in ascending order.
 

Detailed Description

A Set of Integers.

The Set_t structure represents a set of (long) integers. Internally, the set is stored as a sorted list. Insert operations are relatively expensive, especially for large sets. So, if you expect a lot of inserts, the BitString_t data type may be a better choice.


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

MeatAxe 2.4 documentation, generated on Mon Jun 7 2021 11:42:24