Envision
A visual programming IDE for object-oriented languages
List of all members | Public Types | Public Member Functions
InformationScripting::OperatorQueryNode Class Reference
Inheritance diagram for InformationScripting::OperatorQueryNode:
Core::Reflect< Base >

Public Types

enum  OperatorTypes { Pipe , Substract }
 

Public Member Functions

OperatorTypes op () const
 
void setOp (const OperatorTypes &oper)
 

Additional Inherited Members

- Protected Types inherited from Core::Reflect< Base >
using Super = Reflect< Base >
 

Member Enumeration Documentation

◆ OperatorTypes

Enumerator
Pipe 
Substract 

Member Function Documentation

◆ op()

OperatorQueryNode::OperatorTypes InformationScripting::OperatorQueryNode::op ( ) const
inline

◆ setOp()

void InformationScripting::OperatorQueryNode::setOp ( const OperatorTypes oper)
inline