|
NSVD Reader
0.0.1
|
raw pointer container.(not managed) More...
#include <refhash.hpp>
Public Member Functions | |
| ref () | |
| ref (const T &v) | |
| ref (const ref< T > &r)=default | |
| ref (ref< T > &&r)=default | |
| bool | operator== (const ref< T > &r) const |
| bool | operator== (const T &r) const |
| bool | operator== (T &&r) const |
| bool | operator== (const T *r) const |
| operator bool () const | |
| const T & | operator * () const |
Public Attributes | |
| const T * | t |
raw pointer container.(not managed)
Definition at line 20 of file refhash.hpp.
|
inline |
Definition at line 23 of file refhash.hpp.
|
inline |
Definition at line 24 of file refhash.hpp.
|
default |
|
default |
|
inline |
Definition at line 53 of file refhash.hpp.
|
inlineexplicit |
Definition at line 52 of file refhash.hpp.
|
inline |
Definition at line 28 of file refhash.hpp.
|
inline |
Definition at line 34 of file refhash.hpp.
|
inline |
Definition at line 40 of file refhash.hpp.
|
inline |
Definition at line 46 of file refhash.hpp.
| const T* nodamushi::ref< T >::t |
Definition at line 22 of file refhash.hpp.