|
QDP++
|
Expression class for QDP. More...
#include <qdp_qdpexpr.h>
Public Types | |
| typedef T | Subtype_t |
| Type of the first argument. | |
| typedef T | Expression_t |
| Type of the expression. | |
| typedef C | Container_t |
| Type of the container class. | |
Public Member Functions | |
| QDPExpr (const T &expr) | |
| Construct from an expression. | |
| const Expression_t & | expression () const |
| Accessor that returns the expression. | |
Expression class for QDP.
Definition at line 15 of file qdp_qdpexpr.h.
| typedef C QDP::QDPExpr< T, C >::Container_t |
Type of the container class.
Definition at line 25 of file qdp_qdpexpr.h.
| typedef T QDP::QDPExpr< T, C >::Expression_t |
Type of the expression.
Definition at line 22 of file qdp_qdpexpr.h.
| typedef T QDP::QDPExpr< T, C >::Subtype_t |
Type of the first argument.
Definition at line 19 of file qdp_qdpexpr.h.
|
inline |
Construct from an expression.
Definition at line 28 of file qdp_qdpexpr.h.
|
inline |
Accessor that returns the expression.
Definition at line 32 of file qdp_qdpexpr.h.
Referenced by QDP::ForEach< QDPExpr< T, DTag >, FTag, CTag >::apply(), and QDP::CreateLeaf< QDPExpr< T, C > >::make().