Class CXIdxObjCProtocolRefInfo

  • All Implemented Interfaces:
    org.lwjgl.system.Pointer

    public class CXIdxObjCProtocolRefInfo
    extends org.lwjgl.system.Struct

    Layout

    
     struct CXIdxObjCProtocolRefInfo {
         CXIdxEntityInfo const * protocol;
         CXCursor cursor;
         CXIdxLoc loc;
     }
    • Field Detail

      • SIZEOF

        The struct size in bytes.
      • ALIGNOF

        The struct alignment in bytes.
      • PROTOCOL, CURSOR, LOC

        The struct member offsets.
    • Constructor Detail

      • CXIdxObjCProtocolRefInfo

        public CXIdxObjCProtocolRefInfo​(java.nio.ByteBuffer container)
        Creates a CXIdxObjCProtocolRefInfo instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

        The created instance holds a strong reference to the container object.