![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Definition at line 95 of file scoped-collection-test.cpp.
Classes | |
| class | ManagerDemo |
| class | Populator |
| Functor to populate the Collection. More... | |
Private Member Functions | |
| virtual void | run (Arg) |
| void | simpleUsage () |
| void | iterating () |
| void | building_StackStyle () |
| void | building_RAII_Style () |
| void | verify_defaultPopulator () |
| void | verify_subclassPopulator () |
| void | verify_iteratorPopulator () |
| void | verify_embeddedCollection () |
|
inlineprivatevirtual |
Definition at line 99 of file scoped-collection-test.cpp.
References ScopedCollection_test::building_RAII_Style(), ScopedCollection_test::building_StackStyle(), ScopedCollection_test::iterating(), ScopedCollection_test::simpleUsage(), ScopedCollection_test::verify_defaultPopulator(), ScopedCollection_test::verify_embeddedCollection(), and ScopedCollection_test::verify_iteratorPopulator().
Here is the call graph for this function:
|
inlineprivate |
Definition at line 113 of file scoped-collection-test.cpp.
References Dummy::checksum().
Referenced by ScopedCollection_test::run().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 144 of file scoped-collection-test.cpp.
References Dummy::checksum(), and VERIFY_ERROR.
Referenced by ScopedCollection_test::run().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 217 of file scoped-collection-test.cpp.
References Dummy::calc(), Dummy::checksum(), Dummy::DEAD, Dummy::getVal(), lib::rani(), and VERIFY_ERROR.
Referenced by ScopedCollection_test::run().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
This test demonstrates the most elaborate usage pattern, where the client provides a full blown functor object #Populator, which even has embedded state. Generally speaking, anything exposing a suitable function call operator is acceptable.
Definition at line 297 of file scoped-collection-test.cpp.
References Dummy::checksum(), lib::rani(), and VERIFY_ERROR.
Referenced by ScopedCollection_test::run().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 378 of file scoped-collection-test.cpp.
References Dummy::checksum(), and INSTANCEOF.
Referenced by ScopedCollection_test::run().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 397 of file scoped-collection-test.cpp.
References Dummy::checksum(), and INSTANCEOF.
Here is the call graph for this function:
|
inlineprivate |
Definition at line 413 of file scoped-collection-test.cpp.
References VERIFY_ERROR.
Referenced by ScopedCollection_test::run().
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 446 of file scoped-collection-test.cpp.
References ScopedCollection_test::ManagerDemo::useMyNumbers().
Referenced by ScopedCollection_test::run().
Here is the call graph for this function:
Here is the caller graph for this function:
Inheritance diagram for ScopedCollection_test:
Collaboration diagram for ScopedCollection_test: