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

Public Member Functions

 List_of_25_items ()
 
 List_of_25_items ()
 

Public Attributes

size_t n = 0
 
DynDlist< intlist25
 
DynDlist< intrlist25
 
DynList< intlist
 
DynList< intrlist
 

Detailed Description

Definition at line 62 of file dyndlist.cc.

Constructor & Destructor Documentation

◆ List_of_25_items() [1/2]

List_of_25_items::List_of_25_items ( )
inline

Definition at line 62 of file dyndlist.cc.

◆ List_of_25_items() [2/2]

List_of_25_items::List_of_25_items ( )
inline

Definition at line 50 of file dynlist.cc.

References Aleph::DynList< T >::append(), l, list, n, Aleph::DynList< T >::rev(), and rlist.

Member Data Documentation

◆ list

DynList<int> List_of_25_items::list

Definition at line 48 of file dynlist.cc.

Referenced by List_of_25_items().

◆ list25

DynDlist<int> List_of_25_items::list25

Definition at line 62 of file dyndlist.cc.

◆ n

size_t List_of_25_items::n = 0

Definition at line 62 of file dyndlist.cc.

Referenced by List_of_25_items().

◆ rlist

DynList<int> List_of_25_items::rlist

Definition at line 49 of file dynlist.cc.

Referenced by List_of_25_items().

◆ rlist25

DynDlist<int> List_of_25_items::rlist25

Definition at line 62 of file dyndlist.cc.


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