![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Definition at line 81 of file itertools-test.cpp.
Private Types | |
| typedef TestSource::iterator | Iter |
Private Member Functions | |
| virtual void | run (Arg arg) |
| template<class IT > | |
| void | pullOut (IT const &ii) |
| void | buildFilterIterator (Iter const &ii) |
| void | verify_filterExtension () |
| void | verify_filterRepetitions () |
| void | buildWrappedSingleElement () |
| void | buildTransformingIterator (Iter const &ii) |
| template<class IT > | |
| void | verifyComparisons (IT const &ii) |
| void | verifyPullLast (Iter const &ii) |
Static Private Member Functions | |
| static bool | takeAll (int) |
| static bool | takeOdd (int i) |
| static bool | takeEve (int i) |
| static bool | takeTrd (int i) |
| static ulong | addTwo (int i) |
| static int | negate (int i) |
| static int | idFunc (int i) |
Private Attributes | |
| uint | NUM_ELMS {0} |
|
private |
Definition at line 84 of file itertools-test.cpp.
|
inlineprivatevirtual |
Definition at line 90 of file itertools-test.cpp.
References IterTools_test::buildFilterIterator(), IterTools_test::buildTransformingIterator(), IterTools_test::buildWrappedSingleElement(), IterTools_test::NUM_ELMS, IterTools_test::pullOut(), IterTools_test::verify_filterExtension(), IterTools_test::verify_filterRepetitions(), IterTools_test::verifyComparisons(), and IterTools_test::verifyPullLast().
Here is the call graph for this function:
|
inlineprivate |
Definition at line 118 of file itertools-test.cpp.
Referenced by IterTools_test::buildFilterIterator(), IterTools_test::buildTransformingIterator(), IterTools_test::run(), and IterTools_test::verify_filterExtension().
Here is the caller graph for this function:
|
inlinestaticprivate |
Definition at line 127 of file itertools-test.cpp.
Referenced by IterTools_test::buildFilterIterator(), and IterTools_test::verify_filterExtension().
Here is the caller graph for this function:
|
inlinestaticprivate |
Definition at line 128 of file itertools-test.cpp.
Referenced by IterTools_test::buildFilterIterator().
Here is the caller graph for this function:
|
inlinestaticprivate |
Definition at line 129 of file itertools-test.cpp.
Referenced by IterTools_test::buildFilterIterator(), and IterTools_test::verify_filterExtension().
Here is the caller graph for this function:
|
inlinestaticprivate |
Definition at line 130 of file itertools-test.cpp.
Referenced by IterTools_test::verify_filterExtension().
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 133 of file itertools-test.cpp.
References lib::filterIterator(), IterTools_test::pullOut(), IterTools_test::takeAll(), IterTools_test::takeEve(), IterTools_test::takeOdd(), and IterTools_test::verifyComparisons().
Referenced by IterTools_test::run().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 165 of file itertools-test.cpp.
References IterTools_test::NUM_ELMS, IterTools_test::pullOut(), IterTools_test::takeAll(), IterTools_test::takeEve(), IterTools_test::takeTrd(), and IterTools_test::verifyComparisons().
Referenced by IterTools_test::run().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 233 of file itertools-test.cpp.
References lib::filterRepetitions(), IterTools_test::NUM_ELMS, and lib::rani().
Referenced by IterTools_test::run().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 265 of file itertools-test.cpp.
References lib::singleValIterator(), and VERIFY_ERROR.
Referenced by IterTools_test::run().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestaticprivate |
Definition at line 305 of file itertools-test.cpp.
Referenced by IterTools_test::buildTransformingIterator().
Here is the caller graph for this function:
|
inlinestaticprivate |
Definition at line 306 of file itertools-test.cpp.
Referenced by IterTools_test::buildTransformingIterator().
Here is the caller graph for this function:
|
inlinestaticprivate |
Definition at line 307 of file itertools-test.cpp.
Referenced by IterTools_test::buildTransformingIterator().
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 310 of file itertools-test.cpp.
References IterTools_test::addTwo(), IterTools_test::idFunc(), IterTools_test::negate(), IterTools_test::pullOut(), lib::transformIterator(), and IterTools_test::verifyComparisons().
Referenced by IterTools_test::run().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 339 of file itertools-test.cpp.
Referenced by IterTools_test::buildFilterIterator(), IterTools_test::buildTransformingIterator(), IterTools_test::run(), and IterTools_test::verify_filterExtension().
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 374 of file itertools-test.cpp.
References lib::pull_last(), and VERIFY_ERROR.
Referenced by IterTools_test::run().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 86 of file itertools-test.cpp.
Referenced by IterTools_test::run(), IterTools_test::verify_filterExtension(), and IterTools_test::verify_filterRepetitions().
Inheritance diagram for IterTools_test:
Collaboration diagram for IterTools_test: