Uses of Class
xtc.type.StructOrUnionT

Packages that use StructOrUnionT
xtc.type   
 

Uses of StructOrUnionT in xtc.type
 

Subclasses of StructOrUnionT in xtc.type
 class StructT
          A struct type.
 class UnionT
          A union type.
 

Methods in xtc.type that return StructOrUnionT
 StructOrUnionT WrappedT.toStructOrUnion()
           
 StructOrUnionT StructOrUnionT.toStructOrUnion()
           
 StructOrUnionT Type.toStructOrUnion()
          Get this type as a struct or union.
 

Methods in xtc.type with parameters of type StructOrUnionT
 long C.getOffset(StructOrUnionT type, java.lang.String name)
          Get the specified member's offset for the specified structure or union.
 



Copyright © 2012. All Rights Reserved.