HDK
|
#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 |
Definition at line 196 of file mapExpression.h.
|
inline |
Definition at line 201 of file mapExpression.h.
|
inline |
bool PcpMapExpression::_Node::Key::operator== | ( | const Key & | key | ) | const |
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.