Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
test-rvalues.C File Reference
#include <iostream>
#include <string>
#include <tpl_agraph.H>
#include <tpl_dynMapTree.H>
Include dependency graph for test-rvalues.C:

Go to the source code of this file.

Functions

template<class GT >
GT create_graph ()
 
template<class GT >
bool check (GT &g)
 
template<class GT >
void test ()
 
template<class L >
create_list (int beg=0, int end=V - 1)
 
template<class L >
bool check_list (const L &l)
 
template<class L >
void print_list (const L &l)
 
template<class L >
void test_list ()
 
template<class Tree >
void test_map_tree (size_t n)
 
int main (int argc, char *argv[])
 

Variables

size_t V = 1000
 

Function Documentation

◆ check()

◆ check_list()

template<class L >
bool check_list ( const L &  l)

Definition at line 151 of file test-rvalues.C.

References Aleph::divide_and_conquer_partition_dp(), Aleph::DynList< T >::get_first(), and l.

Referenced by test_list().

◆ create_graph()

◆ create_list()

template<class L >
L create_list ( int  beg = 0,
int  end = V - 1 
)

Definition at line 140 of file test-rvalues.C.

References Aleph::DynList< T >::append(), Aleph::divide_and_conquer_partition_dp(), and l.

Referenced by test_list().

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 297 of file test-rvalues.C.

References Aleph::divide_and_conquer_partition_dp(), and V.

◆ print_list()

template<class L >
void print_list ( const L &  l)

Definition at line 166 of file test-rvalues.C.

References Aleph::divide_and_conquer_partition_dp(), and l.

Referenced by test_list().

◆ test()

template<class GT >
void test ( )

Definition at line 110 of file test-rvalues.C.

References check(), and Aleph::divide_and_conquer_partition_dp().

◆ test_list()

◆ test_map_tree()

template<class Tree >
void test_map_tree ( size_t  n)

Variable Documentation

◆ V