- java.lang.Object
-
- de.ibapl.jnhw.common.memory.AbstractNativeMemory
-
- de.ibapl.jnhw.common.memory.OpaqueMemory32
-
- de.ibapl.jnhw.common.memory.StructArray32<Poll.PollFd>
-
- de.ibapl.jnhw.posix.Poll.PollFds
-
- All Implemented Interfaces:
Native
- Enclosing class:
- Poll
public static class Poll.PollFds extends StructArray32<Poll.PollFd>
POSIX:structure pollfd.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.ibapl.jnhw.common.memory.StructArray32
StructArray32.ElementFactory<T extends OpaqueMemory32>
-
Nested classes/interfaces inherited from class de.ibapl.jnhw.common.memory.OpaqueMemory32
OpaqueMemory32.OpaqueMemory32Producer<T extends OpaqueMemory32,P extends AbstractNativeMemory>
-
Nested classes/interfaces inherited from class de.ibapl.jnhw.common.memory.AbstractNativeMemory
AbstractNativeMemory.NativeMemoryAlignment
-
-
Field Summary
-
Fields inherited from class de.ibapl.jnhw.common.memory.OpaqueMemory32
sizeInBytes
-
Fields inherited from class de.ibapl.jnhw.common.memory.AbstractNativeMemory
baseAddress, LOG, memoryOwner
-
-
Constructor Summary
Constructors Constructor Description PollFds(int arraylength)PollFds(OpaqueMemory32 parent, int offset, int arraylength)PollFds(OpaqueMemory32 parent, OpaqueMemory32 prev, int arraylength)
-
Method Summary
-
Methods inherited from class de.ibapl.jnhw.common.memory.StructArray32
get, getBaseDataType, length, nativeToHexString, nativeToString
-
Methods inherited from class de.ibapl.jnhw.common.memory.OpaqueMemory32
calcNextOffset, clear, copy, copy, equals, getByte, hashCode, memset, nativeToString, offsetof, printMemory, printMemory, setByte, toBytes, toString
-
Methods inherited from class de.ibapl.jnhw.common.memory.AbstractNativeMemory
ENOMEM, isSameAddress
-
-
-
-
Constructor Detail
-
PollFds
public PollFds(int arraylength)
-
PollFds
public PollFds(OpaqueMemory32 parent, int offset, int arraylength)
-
PollFds
public PollFds(OpaqueMemory32 parent, OpaqueMemory32 prev, int arraylength)
-
-