Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
InCompleteGroup Struct Reference
Inheritance diagram for InCompleteGroup:
[legend]
Collaboration diagram for InCompleteGroup:
[legend]

Public Attributes

DynList< intl1 = { 0, 1, 2, 3, 4 }
 
DynSetTree< intl2 = { 0, 1, 2, 3 }
 
DynArray< string > l3 = { "0", "1", "2", "3", "4" }
 
DynSkipList< intl4 = { 0, 1, 2 }
 

Detailed Description

Definition at line 69 of file ah-zip.cc.

Member Data Documentation

◆ l1

DynList<int> InCompleteGroup::l1 = { 0, 1, 2, 3, 4 }

Definition at line 71 of file ah-zip.cc.

◆ l2

DynSetTree<int> InCompleteGroup::l2 = { 0, 1, 2, 3 }

Definition at line 72 of file ah-zip.cc.

◆ l3

DynArray<string> InCompleteGroup::l3 = { "0", "1", "2", "3", "4" }

Definition at line 73 of file ah-zip.cc.

◆ l4

DynSkipList<int> InCompleteGroup::l4 = { 0, 1, 2 }

Definition at line 74 of file ah-zip.cc.


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