net.augeas.jna
Class AugPointer

java.lang.Object
  extended by com.sun.jna.PointerType
      extended by net.augeas.jna.AugPointer
All Implemented Interfaces:
com.sun.jna.NativeMapped

public class AugPointer
extends com.sun.jna.PointerType

Pointer class to hold a reference to an Augeas structure.


Constructor Summary
AugPointer()
           
 
Method Summary
 
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AugPointer

public AugPointer()