MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
arc.hpp File Reference
#include "mtcore_thread/core.hpp"
#include <atomic>
#include <cpptrace/basic.hpp>
Include dependency graph for arc.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mtcore::thread::WeakArc< T >
 Weak Automic Reference Count. More...
 
struct  mtcore::thread::Arc< T >
 Automic Reference Count. More...
 

Namespaces

namespace  mtcore
 Core library for C++ with Zig-related functionality.
 
namespace  mtcore::thread
 Thread-related namespace The methods and classes provided by this class are thread-safe Classes and methods provided outside of this class are not thread-safe (with the exception of malloc_alloc) This requires linking mtcore_thread to your application.
 

Enumerations

enum class  mtcore::thread::ArcError { mtcore::thread::ArcError::CannotAcquire = -1 }
 Error when cannot acquire an ARC. More...