MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
rc.hpp File Reference
#include "mtcore/alloc.hpp"
#include "mtcore/colls/result.hpp"
#include "mtcore/core.hpp"
Include dependency graph for rc.hpp:
This graph shows which files directly or indirectly include this file:

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...