Class ByReference

    • Constructor Detail

      • ByReference

        protected ByReference​(int dataSize)
        Allocates memory at this pointer, to contain the pointed-to value.
        Parameters:
        dataSize - The number of bytes to allocate. Must match the byte size of T in the derived class setValue(<T>) and <T> getValue() methods.