.. _file_include_ecl_utilities_singleton.hpp: File singleton.hpp ================== |exhale_lsh| :ref:`Parent directory ` (``include/ecl/utilities``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS Singleton construction via the curiously recurring template pattern. .. contents:: Contents :local: :backlinks: none Definition (``include/ecl/utilities/singleton.hpp``) ---------------------------------------------------- .. toctree:: :maxdepth: 1 program_listing_file_include_ecl_utilities_singleton.hpp.rst Detailed Description -------------------- Enables singletons created via the curiously recurring template pattern. See the wikipedia entry on singletons for more detail. Singletons April, 2009 Included By ----------- - :ref:`file_include_ecl_utilities.hpp` Namespaces ---------- - :ref:`namespace_ecl` Classes ------- - :ref:`exhale_class_classecl_1_1Singleton`