|
QDP++
|
#include <TreeNodes.h>
Public Types | |
| typedef T | Type_t |
Public Member Functions | |
| Reference (const T &reference) | |
| Reference (const Reference< T > &model) | |
| const T & | reference () const |
| operator const T & () const | |
| operator T& () const | |
Public Attributes | |
| const T & | reference_m |
Definition at line 54 of file TreeNodes.h.
| typedef T Reference< T >::Type_t |
Definition at line 59 of file TreeNodes.h.
|
inline |
Definition at line 65 of file TreeNodes.h.
References reference(), and reference_m.
Referenced by Reference().
Definition at line 73 of file TreeNodes.h.
References Reference(), reference(), and reference_m.
|
inline |
Definition at line 89 of file TreeNodes.h.
References reference_m.
|
inline |
Definition at line 90 of file TreeNodes.h.
References reference_m.
|
inline |
Definition at line 81 of file TreeNodes.h.
References reference_m.
Referenced by DeReference< Reference< T > >::apply(), ForEach< Reference< T >, FTag, CTag >::apply(), ForEachInOrder< Reference< T >, FTag, VTag, CTag >::apply(), Reference(), and Reference().
| const T& Reference< T >::reference_m |
Definition at line 93 of file TreeNodes.h.
Referenced by operator const T &(), operator T&(), Reference(), Reference(), and reference().