The Boost.Flyweight test suite exercises the whole spectrum of functionalities provided by the library. Although the tests are not meant to serve as a learning guide, the interested reader may find it useful to inspect the source code to gain familiarity with the usage of Boost.Flyweight.
Program | Description |
---|---|
test_assoc_cont_factory.cpp |
assoc_container_factory
factory specifier. |
test_basic.cpp |
Exercises the default components of flyweight . |
test_custom_factory.cpp |
Creates a user-defined factory class and specifier. |
test_init.cpp |
Boost.Flyweight static data initialization facilities. |
test_intermod_holder.cpp intermod_holder_dll.cpp |
Exercises intermodule_holder . |
test_multictor.cpp |
Tests flyweight multiple
argument constructors. |
test_no_locking.cpp |
no_locking policy. |
test_no_tracking.cpp |
no_tracking policy. |
test_set_factory.cpp |
set_factory
factory specifier. |
Revised December 2nd 2008
© Copyright 2006-2008 Joaquín M López Muñoz. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)