API 0.9.5
Foundation/CPPredicate/CPPredicate.j File Reference

Go to the source code of this file.

Defines

#define REFERENCE(variable)

Define Documentation

#define REFERENCE (   variable)
Value:
function(newValue)\
{\
    var oldValue = variable;\
    if (typeof newValue != 'undefined')\
        variable = newValue;\
    return oldValue;\
}

Definition at line 249 of file CPPredicate.j.

 All Classes Files Functions Variables Defines