|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bridj.NativeObject
org.bridj.StructObject
org.bridj.cpp.com.OLEAutomationLibrary.NUMPARSE
public static class OLEAutomationLibrary.NUMPARSE
Field Summary |
---|
Fields inherited from class org.bridj.StructObject |
---|
io |
Fields inherited from class org.bridj.NativeObject |
---|
peer, typeInfo |
Constructor Summary | |
---|---|
OLEAutomationLibrary.NUMPARSE()
|
Method Summary | |
---|---|
int |
cchUsed_$eq(int cchUsed)
|
int |
cchUsed()
Number of characters parsed from input string C type : INT |
OLEAutomationLibrary.NUMPARSE |
cchUsed(int cchUsed)
Number of characters parsed from input string C type : INT |
int |
cDig_$eq(int cDig)
|
int |
cDig()
Number of parsed digits C type : INT |
OLEAutomationLibrary.NUMPARSE |
cDig(int cDig)
Number of parsed digits C type : INT |
int |
dwInFlags_$eq(int dwInFlags)
|
int |
dwInFlags()
Acceptable state of the input string (NUMPRS_ flags) C type : ULONG |
OLEAutomationLibrary.NUMPARSE |
dwInFlags(int dwInFlags)
Acceptable state of the input string (NUMPRS_ flags) C type : ULONG |
int |
dwOutFlags_$eq(int dwOutFlags)
|
int |
dwOutFlags()
Parsed state of the output string (NUMPRS_ flags) C type : ULONG |
OLEAutomationLibrary.NUMPARSE |
dwOutFlags(int dwOutFlags)
Parsed state of the output string (NUMPRS_ flags) C type : ULONG |
int |
nBaseShift_$eq(int nBaseShift)
|
int |
nBaseShift()
Base of the number (but apparently unused) C type : INT |
OLEAutomationLibrary.NUMPARSE |
nBaseShift(int nBaseShift)
Base of the number (but apparently unused) C type : INT |
int |
nPwr10_$eq(int nPwr10)
|
int |
nPwr10()
Scale of the number in powers of 10 C type : INT |
OLEAutomationLibrary.NUMPARSE |
nPwr10(int nPwr10)
Scale of the number in powers of 10 C type : INT |
Methods inherited from class org.bridj.StructObject |
---|
toString |
Methods inherited from class org.bridj.NativeObject |
---|
clone, equals |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OLEAutomationLibrary.NUMPARSE()
Method Detail |
---|
public int cDig()
public OLEAutomationLibrary.NUMPARSE cDig(int cDig)
public final int cDig_$eq(int cDig)
public int dwInFlags()
public OLEAutomationLibrary.NUMPARSE dwInFlags(int dwInFlags)
public final int dwInFlags_$eq(int dwInFlags)
public int dwOutFlags()
public OLEAutomationLibrary.NUMPARSE dwOutFlags(int dwOutFlags)
public final int dwOutFlags_$eq(int dwOutFlags)
public int cchUsed()
public OLEAutomationLibrary.NUMPARSE cchUsed(int cchUsed)
public final int cchUsed_$eq(int cchUsed)
public int nBaseShift()
public OLEAutomationLibrary.NUMPARSE nBaseShift(int nBaseShift)
public final int nBaseShift_$eq(int nBaseShift)
public int nPwr10()
public OLEAutomationLibrary.NUMPARSE nPwr10(int nPwr10)
public final int nPwr10_$eq(int nPwr10)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |