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

Public Member Functions

 ComplexArray ()
 
 ~ComplexArray ()
 
void print () const
 

Public Attributes

size_t n = 19
 
DynList< int > * a = nullptr
 

Detailed Description

Definition at line 202 of file array_utils.cc.

Constructor & Destructor Documentation

◆ ComplexArray()

ComplexArray::ComplexArray ( )
inline

Definition at line 206 of file array_utils.cc.

References a, Aleph::DynList< T >::append(), and n.

◆ ~ComplexArray()

ComplexArray::~ComplexArray ( )
inline

Definition at line 214 of file array_utils.cc.

References a.

Member Function Documentation

◆ print()

void ComplexArray::print ( ) const
inline

Definition at line 215 of file array_utils.cc.

References a, Aleph::join(), Aleph::maps(), and n.

Member Data Documentation

◆ a

DynList<int>* ComplexArray::a = nullptr

Definition at line 205 of file array_utils.cc.

Referenced by ComplexArray(), ~ComplexArray(), and print().

◆ n

size_t ComplexArray::n = 19

Definition at line 204 of file array_utils.cc.

Referenced by ComplexArray(), and print().


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