 Boost.Flyweight Tests
Boost.Flyweight TestsThe 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_factoryfactory specifier. | 
| test_basic.cpp | Exercises the default components of flyweight. | 
| test_concurrent_factory.cpp | Exercises concurrent_factoryfactory specifier. | 
| test_custom_factory.cpp | Creates a user-defined factory class and specifier. | 
| test_init.cpp | Boost.Flyweight static data initialization facilities. | 
| test_intermod_holder.cppintermod_holder_dll.cpp | Exercises intermodule_holder. | 
| test_multictor.cpp | Tests flyweightmultiple
    argument and initializer-list constructors. | 
| test_no_locking.cpp | no_lockingpolicy. | 
| test_no_tracking.cpp | no_trackingpolicy. | 
| test_serialization.cpp | Exercises flyweightserialization
    capabilities. | 
| test_set_factory.cpp | set_factoryfactory specifier. | 
Revised September 17th 2024
© Copyright 2006-2024 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)