singleton.hpp

Langue: en

Autres versions - même langue

Version: 383775 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

ql/patterns/singleton.hpp -

basic support for the singleton pattern

SYNOPSIS


#include <ql/types.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/noncopyable.hpp>
#include <map>

Classes


class Singleton< T >
Basic support for the singleton pattern.

Detailed Description

basic support for the singleton pattern

Author

Generated automatically by Doxygen for QuantLib from the source code.