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

Public Member Functions

 Array100 ()
 
 ~Array100 ()
 

Public Attributes

const size_t dim = 100
 
intptr = new int [dim]
 

Detailed Description

Definition at line 201 of file array-it.cc.

Constructor & Destructor Documentation

◆ Array100()

Array100::Array100 ( )
inline

Definition at line 205 of file array-it.cc.

References dim, and ptr.

◆ ~Array100()

Array100::~Array100 ( )
inline

Definition at line 210 of file array-it.cc.

References ptr.

Member Data Documentation

◆ dim

const size_t Array100::dim = 100

Definition at line 203 of file array-it.cc.

Referenced by Array100().

◆ ptr

int* Array100::ptr = new int [dim]

Definition at line 204 of file array-it.cc.

Referenced by Array100(), and ~Array100().


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