Package apple.struct
Class __darwin_pthread_handler_rec
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.__darwin_pthread_handler_rec
-
public final class __darwin_pthread_handler_rec extends org.moe.natj.c.StructObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface__darwin_pthread_handler_rec.Function___routine
-
Constructor Summary
Constructors Modifier Constructor Description __darwin_pthread_handler_rec()__darwin_pthread_handler_rec(__darwin_pthread_handler_rec.Function___routine __routine, org.moe.natj.general.ptr.VoidPtr __arg, __darwin_pthread_handler_rec __next)protected__darwin_pthread_handler_rec(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.moe.natj.general.ptr.VoidPtr__arg()Argument to pass__darwin_pthread_handler_rec__next()__darwin_pthread_handler_rec.Function___routine__routine()Routine to callvoidset__arg(org.moe.natj.general.ptr.VoidPtr value)Argument to passvoidset__next(__darwin_pthread_handler_rec value)voidset__routine(__darwin_pthread_handler_rec.Function___routine value)Routine to call
-
-
-
Constructor Detail
-
__darwin_pthread_handler_rec
public __darwin_pthread_handler_rec()
-
__darwin_pthread_handler_rec
protected __darwin_pthread_handler_rec(org.moe.natj.general.Pointer peer)
-
__darwin_pthread_handler_rec
public __darwin_pthread_handler_rec(__darwin_pthread_handler_rec.Function___routine __routine, org.moe.natj.general.ptr.VoidPtr __arg, __darwin_pthread_handler_rec __next)
-
-
Method Detail
-
__routine
public __darwin_pthread_handler_rec.Function___routine __routine()
Routine to call
-
set__routine
public void set__routine(__darwin_pthread_handler_rec.Function___routine value)
Routine to call
-
__arg
public org.moe.natj.general.ptr.VoidPtr __arg()
Argument to pass
-
set__arg
public void set__arg(org.moe.natj.general.ptr.VoidPtr value)
Argument to pass
-
__next
public __darwin_pthread_handler_rec __next()
-
set__next
public void set__next(__darwin_pthread_handler_rec value)
-
-