class VsIncDec : public VsExpr

Increment/decrement operators

Inheritance:


Public Methods

virtual VsValue evaluate(VsFunctionCall *)
VsIncDec(VsExpr *var, int inc, int pref)

Protected Methods

virtual ~VsIncDec()

Private Fields

int increment
int prefix
VsVar* var

Inherited from VsExpr:

Public Methods

virtual VsStatement::Status1 execute(VsFunctionCall *)
void ref()
void unref()

Private Fields

short refCount

Inherited from VsStatement:

Public Classes

enum Status1

Public

enum Status1

Documentation

Increment/decrement operators. Separate class to allow for correct prefix/postfix behavior
VsIncDec(VsExpr *var, int inc, int pref)

virtual VsValue evaluate(VsFunctionCall *)

virtual ~VsIncDec()

VsVar* var

int increment

int prefix


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de