Back to Arangodb

Boost.Flyweight Tests

3rdParty/boost/1.78.0/libs/flyweight/doc/tests.html

3.12.9.12.4 KB
Original Source

Boost.Flyweight Tests


Examples


Index


Future work


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.

Boost.Flyweight test suite. | 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 and initializer-list constructors. | | test_no_locking.cpp | no_locking policy. | | test_no_tracking.cpp | no_tracking policy. | | test_serialization.cpp | Exercises flyweight serialization capabilities. | | test_set_factory.cpp | set_factory factory specifier. |



Examples


Index


Future work

Revised September 1st 2014

© Copyright 2006-2014 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)