|
omega_h
Reliable mesh adaptation
|
Public Member Functions | |
| template<typename... Args> | |
| SharedRef (Args &&... args) | |
| OMEGA_H_INLINE | SharedRef (const SharedRef &other) |
| OMEGA_H_INLINE | SharedRef (SharedRef &&other) noexcept |
| SharedRef & | operator= (const SharedRef &other) |
| SharedRef & | operator= (SharedRef &&other) noexcept |
| OMEGA_H_INLINE T * | get () const |
| OMEGA_H_INLINE T * | operator-> () const |
| OMEGA_H_INLINE T & | operator* () const |
| OMEGA_H_INLINE | operator bool () const |
| OMEGA_H_INLINE int | use_count () const |