|
QDP++
|
#include <TreeNodes.h>
Public Member Functions | |
| const Op & | operation () const |
| DeReference< Left >::Return_t | left () const |
| DeReference< Right >::Return_t | right () const |
| BinaryNode (const Op &o, const Left &l, const Right &r) | |
| BinaryNode (const Left &l, const Right &r) | |
| BinaryNode (const BinaryNode< Op, Left, Right > &t) | |
| template<class OtherLeft, class OtherRight> | |
| BinaryNode (const BinaryNode< Op, OtherLeft, OtherRight > &t) | |
Definition at line 235 of file TreeNodes.h.
|
inline |
Definition at line 257 of file TreeNodes.h.
|
inline |
Definition at line 265 of file TreeNodes.h.
|
inline |
Definition at line 273 of file TreeNodes.h.
|
inline |
Definition at line 284 of file TreeNodes.h.
|
inline |
Definition at line 247 of file TreeNodes.h.
Referenced by ForEach< BinaryNode< Op, A, B >, FTag, CTag >::apply(), and ForEachInOrder< BinaryNode< Op, A, B >, FTag, VTag, CTag >::apply().
|
inline |
Definition at line 243 of file TreeNodes.h.
Referenced by ForEach< BinaryNode< Op, A, B >, FTag, CTag >::apply(), and ForEachInOrder< BinaryNode< Op, A, B >, FTag, VTag, CTag >::apply().
|
inline |
Definition at line 251 of file TreeNodes.h.
Referenced by ForEach< BinaryNode< Op, A, B >, FTag, CTag >::apply(), and ForEachInOrder< BinaryNode< Op, A, B >, FTag, VTag, CTag >::apply().