QDP++
QDP::UnaryNode< Op, Child > Class Template Reference

#include <qdp.h>

Public Member Functions

const Op & operation () const
DeReference< Child >::Return_t child () const
 UnaryNode (const Op &o, const Child &c)
 UnaryNode (const Child &c)
 UnaryNode (const UnaryNode< Op, Child > &t)
template<class OtherChild>
 UnaryNode (const UnaryNode< Op, OtherChild > &t)

Detailed Description

template<class Op, class Child>
class QDP::UnaryNode< Op, Child >

Definition at line 140 of file qdp.h.

Constructor & Destructor Documentation

◆ UnaryNode() [1/4]

template<class Op, class Child>
QDP::UnaryNode< Op, Child >::UnaryNode ( const Op & o,
const Child & c )
inline

Definition at line 158 of file qdp.h.

◆ UnaryNode() [2/4]

template<class Op, class Child>
QDP::UnaryNode< Op, Child >::UnaryNode ( const Child & c)
inline

Definition at line 165 of file qdp.h.

◆ UnaryNode() [3/4]

template<class Op, class Child>
QDP::UnaryNode< Op, Child >::UnaryNode ( const UnaryNode< Op, Child > & t)
inline

Definition at line 172 of file qdp.h.

◆ UnaryNode() [4/4]

template<class Op, class Child>
template<class OtherChild>
QDP::UnaryNode< Op, Child >::UnaryNode ( const UnaryNode< Op, OtherChild > & t)
inline

Definition at line 182 of file qdp.h.

Member Function Documentation

◆ child()

template<class Op, class Child>
DeReference< Child >::Return_t QDP::UnaryNode< Op, Child >::child ( ) const
inline

◆ operation()

template<class Op, class Child>
const Op & QDP::UnaryNode< Op, Child >::operation ( ) const
inline

The documentation for this class was generated from the following file: