|
Simple Application Framework
1
|
Shared pointer class with reference counting.
#include <typeinfo>#include "../Type.h"#include "../OverflowException.h"#include "../InvalidOperationException.h"#include "../InvalidCastException.h"#include "../ArgumentNullException.h"#include "../Type/Limits.h"Go to the source code of this file.
Classes | |
| class | Saf::Mem::SharedPtr< T > |
| Shared pointer class with reference counting. More... | |
Namespaces | |
| namespace | Saf |
| Global library namespace. | |
| namespace | Saf::Mem |
| Low level memory handling functions. | |
Shared pointer class with reference counting.
1.8.0