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

Public Member Functions

 Container ()
 

Public Attributes

Ctype c
 
DynList< intitem_list
 

Static Public Attributes

static constexpr size_t N = 1000
 

Detailed Description

template<class Ctype>
struct Container< Ctype >

Definition at line 64 of file ah-dry.cc.

Constructor & Destructor Documentation

◆ Container()

Member Data Documentation

◆ c

template<class Ctype >
Ctype Container< Ctype >::c

Definition at line 67 of file ah-dry.cc.

Referenced by Container< Ctype >::Container().

◆ item_list

template<class Ctype >
DynList<int> Container< Ctype >::item_list

Definition at line 68 of file ah-dry.cc.

Referenced by Container< Ctype >::Container().

◆ N

template<class Ctype >
constexpr size_t Container< Ctype >::N = 1000
staticconstexpr

Definition at line 66 of file ah-dry.cc.

Referenced by Container< Ctype >::Container().


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