Uses of Class
de.ibapl.jnhw.common.memory.layout.StructLayoutFactory.Type
-
Packages that use StructLayoutFactory.Type Package Description de.ibapl.jnhw.common.memory.layout Classes to store the layout of native memory. -
-
Uses of StructLayoutFactory.Type in de.ibapl.jnhw.common.memory.layout
Methods in de.ibapl.jnhw.common.memory.layout that return StructLayoutFactory.Type Modifier and Type Method Description static StructLayoutFactory.TypeStructLayoutFactory.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static StructLayoutFactory.Type[]StructLayoutFactory.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.ibapl.jnhw.common.memory.layout with parameters of type StructLayoutFactory.Type Constructor Description StructLayoutFactoryImpl(StructLayoutFactory.Type type)StructLayoutFactoryImpl(StructLayoutFactory.Type type, Alignment alignment)
-