Class NativeAbstractStringType

    • Constructor Detail

      • NativeAbstractStringType

        protected NativeAbstractStringType​(int pCharacterSize)
      • NativeAbstractStringType

        protected NativeAbstractStringType​(int pStringSize,
                                           int pCharacterSize)
    • Method Detail

      • getPreferredBoundary

        public int getPreferredBoundary()
        Description copied from interface: INativeType
        The boundary where this type as a struct member would want to be aligned. A structure can override this value with packing.
        Returns:
        The preferred alignment boundary.
      • getStringSize

        public int getStringSize()
      • hasByteCount

        public boolean hasByteCount()