HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PcpMapExpression::_Node::Key Struct Reference

#include <mapExpression.h>

Public Member Functions

 Key (_Op op_, const _NodeRefPtr &arg1_, const _NodeRefPtr &arg2_, const Value &valueForConstant_)
 
size_t GetHash () const
 
bool operator== (const Key &key) const
 

Public Attributes

const _Op op
 
const _NodeRefPtr arg1
 
const _NodeRefPtr arg2
 
const Value valueForConstant
 

Detailed Description

Definition at line 196 of file mapExpression.h.

Constructor & Destructor Documentation

PcpMapExpression::_Node::Key::Key ( _Op  op_,
const _NodeRefPtr arg1_,
const _NodeRefPtr arg2_,
const Value valueForConstant_ 
)
inline

Definition at line 201 of file mapExpression.h.

Member Function Documentation

size_t PcpMapExpression::_Node::Key::GetHash ( ) const
inline
bool PcpMapExpression::_Node::Key::operator== ( const Key key) const

Member Data Documentation

const _NodeRefPtr PcpMapExpression::_Node::Key::arg1

Definition at line 198 of file mapExpression.h.

const _NodeRefPtr PcpMapExpression::_Node::Key::arg2

Definition at line 198 of file mapExpression.h.

const _Op PcpMapExpression::_Node::Key::op

Definition at line 197 of file mapExpression.h.

const Value PcpMapExpression::_Node::Key::valueForConstant

Definition at line 199 of file mapExpression.h.


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