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

#include <TreeNodes.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 UnaryNode< Op, Child >

Definition at line 139 of file TreeNodes.h.

Constructor & Destructor Documentation

◆ UnaryNode() [1/4]

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

Definition at line 157 of file TreeNodes.h.

◆ UnaryNode() [2/4]

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

Definition at line 164 of file TreeNodes.h.

◆ UnaryNode() [3/4]

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

Definition at line 171 of file TreeNodes.h.

◆ UnaryNode() [4/4]

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

Definition at line 181 of file TreeNodes.h.

Member Function Documentation

◆ child()

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

◆ operation()

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

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