ReactOS 0.4.15-dev-8021-g7ce96fd
alg_test.cpp File Reference
#include <list>
#include <deque>
#include <vector>
#include <algorithm>
#include <functional>
#include <map>
#include <string>
#include "cppunit/cppunit_proxy.h"
Include dependency graph for alg_test.cpp:

Go to the source code of this file.

Classes

class  AlgTest
 
struct  MyIntComparable
 
struct  ValueFinder
 

Macros

#define ARRAY_SIZE(arr)   sizeof(arr) / sizeof(arr[0])
 

Typedefs

typedef pair< int, stringPair
 

Functions

 CPPUNIT_TEST_SUITE_REGISTRATION (AlgTest)
 

Macro Definition Documentation

◆ ARRAY_SIZE

#define ARRAY_SIZE (   arr)    sizeof(arr) / sizeof(arr[0])

Definition at line 119 of file alg_test.cpp.

Typedef Documentation

◆ Pair

typedef pair<int, string> Pair

Definition at line 335 of file alg_test.cpp.

Function Documentation

◆ CPPUNIT_TEST_SUITE_REGISTRATION()

CPPUNIT_TEST_SUITE_REGISTRATION ( AlgTest  )