My Project
UDK 3.2.7 C/C++ API Reference
|
Go to the source code of this file.
Classes | |
class | rtl::Static< T, Unique > |
Helper base class for a late-initialized (default-constructed) static variable, implementing the double-checked locking pattern correctly. More... | |
struct | rtl::Static< T, Unique >::StaticInstance |
class | rtl::StaticWithArg< T, Data, Unique > |
Helper base class for a late-initialized (default-constructed) static variable, implementing the double-checked locking pattern correctly. More... | |
struct | rtl::StaticWithArg< T, Data, Unique >::StaticInstanceWithArg |
class | rtl::StaticAggregate< T, InitAggregate > |
Helper class for a late-initialized static aggregate, e.g. More... | |
class | rtl::StaticWithInit< T, InitData, Unique, Data > |
Helper base class for a late-initialized static variable, implementing the double-checked locking pattern correctly. More... | |
struct | rtl::StaticWithInit< T, InitData, Unique, Data >::StaticInstanceWithInit |
Namespaces | |
namespace | rtl |