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

Protected Member Functions

void SetUp () override
 

Protected Attributes

AlDomain< intdomain_5
 
AlDomain< intdomain_3
 
AlDomain< std::string > domain_str
 

Detailed Description

Definition at line 67 of file test_al_vector.cc.

Member Function Documentation

◆ SetUp()

void VectorTest::SetUp ( )
inlineoverrideprotected

Definition at line 73 of file test_al_vector.cc.

References domain_3, domain_5, and domain_str.

Member Data Documentation

◆ domain_3

AlDomain<int> VectorTest::domain_3
protected

Definition at line 70 of file test_al_vector.cc.

Referenced by SetUp().

◆ domain_5

AlDomain<int> VectorTest::domain_5
protected

Definition at line 69 of file test_al_vector.cc.

Referenced by SetUp().

◆ domain_str

AlDomain<std::string> VectorTest::domain_str
protected

Definition at line 71 of file test_al_vector.cc.

Referenced by SetUp().


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