com.ochafik.lang.jnaerator.runtime
Class WStringPointer

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<WStringPointer,WStringPointer.ByValue,WStringPointer.ByReference>
          extended by com.ochafik.lang.jnaerator.runtime.WStringPointer
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<WStringPointer,WStringPointer.ByValue,WStringPointer.ByReference>>
Direct Known Subclasses:
WStringPointer.ByReference, WStringPointer.ByValue

Deprecated.

@Deprecated
public class WStringPointer
extends Structure<WStringPointer,WStringPointer.ByValue,WStringPointer.ByReference>


Nested Class Summary
static class WStringPointer.ByReference
          Deprecated.  
static class WStringPointer.ByValue
          Deprecated.  
 
Field Summary
 WString value
          Deprecated.  
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
WStringPointer()
          Deprecated.  
WStringPointer(Pointer p)
          Deprecated.  
WStringPointer(Pointer p, int offset)
          Deprecated.  
WStringPointer(PointerType p)
          Deprecated.  
WStringPointer(String value)
          Deprecated.  
WStringPointer(WString value)
          Deprecated.  
 
Method Summary
protected  WStringPointer.ByReference newByReference()
          Deprecated.  
protected  WStringPointer.ByValue newByValue()
          Deprecated.  
protected  WStringPointer newInstance()
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, getBitsAnnotation, newArray, read, readDependency, setDependency, setupClone, setupClone, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, useMemory, useMemory, writeField, writeField
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

Field Detail

value

public WString value
Deprecated. 
Constructor Detail

WStringPointer

public WStringPointer()
Deprecated. 

WStringPointer

public WStringPointer(PointerType p)
Deprecated. 

WStringPointer

public WStringPointer(Pointer p)
Deprecated. 

WStringPointer

public WStringPointer(Pointer p,
                      int offset)
Deprecated. 

WStringPointer

public WStringPointer(WString value)
Deprecated. 

WStringPointer

public WStringPointer(String value)
Deprecated. 
Method Detail

toString

public String toString()
Deprecated. 
Overrides:
toString in class Structure

newByReference

protected WStringPointer.ByReference newByReference()
Deprecated. 
Specified by:
newByReference in class Structure<WStringPointer,WStringPointer.ByValue,WStringPointer.ByReference>

newByValue

protected WStringPointer.ByValue newByValue()
Deprecated. 
Specified by:
newByValue in class Structure<WStringPointer,WStringPointer.ByValue,WStringPointer.ByReference>

newInstance

protected WStringPointer newInstance()
Deprecated. 
Specified by:
newInstance in class Structure<WStringPointer,WStringPointer.ByValue,WStringPointer.ByReference>


Copyright © 2009. All Rights Reserved.