MT Core (C++)
Core library for replacing C++ standard in project usage
|
Go to the source code of this file.
Classes | |
struct | mtcore::WeakRc< T > |
Thread-local weak reference counted pointer Not thread safe, don't share Does not hold lifetime. More... | |
struct | mtcore::Rc< T > |
Thread-local reference counted pointer Not thread safe, don't share Reference counting for cleaning up memory Supports weak references as well. More... | |
Namespaces | |
namespace | mtcore |
Core library for C++ with Zig-related functionality. | |
Enumerations | |
enum class | mtcore::RcError { mtcore::CANNOT_ACQUIRE } |
Error for thread-local reference counting. More... | |