Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Testsuite

Acceptance tests

Acceptance tests

Test Type Description If failing...

dead_slot_test.cpp

run

Ensure that calling connect with a slot that has already been disconnected via deletion does not actually connect to the slot.

 

deletion_test.cpp

run

Test deletion of slots.

 

ordering_test.cpp

run

Test slot group ordering.

 

signal_n_test.cpp

run

Basic test of signal/slot connections and invocation using the boost::signalN class templates.

 

signal_test.cpp

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.

trackable_test.cpp

run

Test automatic lifetime management using boost::trackable objects.

 

PrevUpHomeNext