org.bridj.cpp.com
Class OLEAutomationLibrary.NUMPARSE

java.lang.Object
  extended by org.bridj.NativeObject
      extended by org.bridj.StructObject
          extended by org.bridj.cpp.com.OLEAutomationLibrary.NUMPARSE
All Implemented Interfaces:
NativeObjectInterface
Enclosing class:
OLEAutomationLibrary

public static class OLEAutomationLibrary.NUMPARSE
extends StructObject


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

OLEAutomationLibrary.NUMPARSE

public OLEAutomationLibrary.NUMPARSE()
Method Detail

cDig

public int cDig()
Number of parsed digits
C type : INT


cDig

public OLEAutomationLibrary.NUMPARSE cDig(int cDig)
Number of parsed digits
C type : INT


cDig_$eq

public final int cDig_$eq(int cDig)

dwInFlags

public int dwInFlags()
Acceptable state of the input string (NUMPRS_ flags)
C type : ULONG


dwInFlags

public OLEAutomationLibrary.NUMPARSE dwInFlags(int dwInFlags)
Acceptable state of the input string (NUMPRS_ flags)
C type : ULONG


dwInFlags_$eq

public final int dwInFlags_$eq(int dwInFlags)

dwOutFlags

public int dwOutFlags()
Parsed state of the output string (NUMPRS_ flags)
C type : ULONG


dwOutFlags

public OLEAutomationLibrary.NUMPARSE dwOutFlags(int dwOutFlags)
Parsed state of the output string (NUMPRS_ flags)
C type : ULONG


dwOutFlags_$eq

public final int dwOutFlags_$eq(int dwOutFlags)

cchUsed

public int cchUsed()
Number of characters parsed from input string
C type : INT


cchUsed

public OLEAutomationLibrary.NUMPARSE cchUsed(int cchUsed)
Number of characters parsed from input string
C type : INT


cchUsed_$eq

public final int cchUsed_$eq(int cchUsed)

nBaseShift

public int nBaseShift()
Base of the number (but apparently unused)
C type : INT


nBaseShift

public OLEAutomationLibrary.NUMPARSE nBaseShift(int nBaseShift)
Base of the number (but apparently unused)
C type : INT


nBaseShift_$eq

public final int nBaseShift_$eq(int nBaseShift)

nPwr10

public int nPwr10()
Scale of the number in powers of 10
C type : INT


nPwr10

public OLEAutomationLibrary.NUMPARSE nPwr10(int nPwr10)
Scale of the number in powers of 10
C type : INT


nPwr10_$eq

public final int nPwr10_$eq(int nPwr10)


Copyright © 2009-2012. All Rights Reserved.