...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Home | Libraries | People | FAQ | More |
Test | Type | Description | If failing... |
---|---|---|---|
run | Ensure that calling connect with a slot that has already been disconnected via deletion does not actually connect to the slot. | ||
run | Test deletion of slots. | ||
run | Test slot group ordering. | ||
run | Basic test of signal/slot connections and invocation using the boost::signalN class templates. | ||
run | Basic test of signal/slot connections and invocation using the boost::signal class template. | The boost::signal class template may not be usable on your compiler. However, the boost::signalN class templates may still be usable. | |
run | Test automatic lifetime management using boost::trackable objects. |
Last revised: , at GMT | Copyright © 2001-2003 Douglas Gregor |