Inkscape
Vector Graphics Editor
|
Static objects with destruction before main() exit. More...
Go to the source code of this file.
Classes | |
class | Inkscape::Util::StaticsBin |
The following system provides a way of dealing with statics/singletons with unusual lifetime requirements, specifically the requirement that they be destroyed before the end of main(). More... | |
class | Inkscape::Util::StaticHolderBase |
struct | Inkscape::Util::DependencyRegisterer< Deps > |
struct | Inkscape::Util::DependencyRegisterer< Depends< T, Ts... > > |
class | Inkscape::Util::StaticHolder< T, Deps > |
struct | Inkscape::Util::StaticHolder< T, Deps >::ConstructibleT |
class | Inkscape::Util::EnableSingleton< T, Deps > |
Namespaces | |
namespace | Inkscape |
Helper class to stream background task notifications as a series of messages. | |
namespace | Inkscape::Util |
Miscellaneous supporting code. | |