#include "blocxx/BLOCXX_config.h"#include "blocxx/ThreadOnce.hpp"#include "blocxx/SafeBool.hpp"Go to the source code of this file.
Namespaces | |
| namespace | BLOCXX_NAMESPACE |
Classes | |
| struct | BLOCXX_NAMESPACE::DefaultConstructorFactory< T > |
| This class is the default factory for GlobalPtr. More... | |
| class | BLOCXX_NAMESPACE::GlobalPtr< T, FactoryT > |
| This class can be used to store a global pointer. More... | |
| struct | BLOCXX_NAMESPACE::GlobalPtr< T, FactoryT >::InitPtr |
Defines | |
| #define | BLOCXX_GLOBAL_PTR_INIT { 0, BLOCXX_ONCE_INIT } |
| This macro is provided to abstract the details of GlobalPtr. | |
| #define BLOCXX_GLOBAL_PTR_INIT { 0, BLOCXX_ONCE_INIT } |
This macro is provided to abstract the details of GlobalPtr.
It should be used to initialize instances of GlobalPtr.
Definition at line 146 of file GlobalPtr.hpp.
1.5.6