theSq3Lite 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard - theLib - theATL
c - tcl - atl - cs - py - rb - jv - cc
Loading...
Searching...
No Matches
Internal - application enum usage

Using the jvsq3lite enum valuse …

+ Collaboration diagram for Internal - application enum usage:

Using the jvsq3lite enum valuse …

MqStatusIsEF status = MqStatusIsEF.AND(MqStatusIsEF.Set.DUP, MqStatusIsEF.Set.SPAWN);
MqStatusIsEF sta2 = MqStatusIsEF.AND(MqStatusIsEF.Set.DUP, MqStatusIsEF.Set.FORK);
int val = status.get();
string str = status;
if (status.equals(sta2)) ...