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

Protected Member Functions

void SetUp () override
 
Array< intbuild_array (std::initializer_list< int > items)
 

Protected Attributes

Array< intarr
 

Detailed Description

Definition at line 120 of file ahSort_test.cc.

Member Function Documentation

◆ build_array()

Array< int > ArraySortTest::build_array ( std::initializer_list< int items)
inlineprotected

Definition at line 132 of file ahSort_test.cc.

References Aleph::Array< T >::append().

◆ SetUp()

void ArraySortTest::SetUp ( )
inlineoverrideprotected

Definition at line 125 of file ahSort_test.cc.

References Aleph::Array< T >::append(), and arr.

Member Data Documentation

◆ arr

Array<int> ArraySortTest::arr
protected

Definition at line 123 of file ahSort_test.cc.

Referenced by SetUp().


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