carl
24.04
Computer ARithmetic Library
|
#include <LocalPool.h>
Public Member Functions | |
template<typename Key > | |
LocalPoolElement (std::shared_ptr< LocalPool< Content >> &pool, Key &&k) | |
const Content & | operator() () const |
const Content & | operator* () const |
const Content * | operator-> () const |
auto | id () const |
bool | operator== (const LocalPoolElement &other) const |
Private Attributes | |
std::shared_ptr< LocalPoolElementWrapper< Content > > | m_content |
Definition at line 146 of file LocalPool.h.
|
inline |
Definition at line 151 of file LocalPool.h.
|
inline |
Definition at line 163 of file LocalPool.h.
|
inline |
Definition at line 153 of file LocalPool.h.
|
inline |
Definition at line 156 of file LocalPool.h.
|
inline |
Definition at line 159 of file LocalPool.h.
|
inline |
Definition at line 167 of file LocalPool.h.
|
private |
Definition at line 147 of file LocalPool.h.