class UnaryOpExprNode
Defined at line 532 of file ../../src/developer/debug/zxdb/expr/expr_node.h
Implements unary mathematical operators (the operation depends on the operator token).
Public Methods
const UnaryOpExprNode * AsUnaryOp ()
Defined at line 534 of file ../../src/developer/debug/zxdb/expr/expr_node.h
void EmitBytecode (VmStream & stream)
Defined at line 838 of file ../../src/developer/debug/zxdb/expr/expr_node.cc
void Print (std::ostream & out, int indent)
Defined at line 843 of file ../../src/developer/debug/zxdb/expr/expr_node.cc
Friends
class MakeRefCountedHelper
class RefCountedThreadSafe