All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bytedeco.hdf5.H5P_prp_cb1_t Maven / Gradle / Ivy

// Targeted by JavaCPP version 1.5.2: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;

import static org.bytedeco.hdf5.global.hdf5.*;


/* Define property list callback function pointer types */
@Properties(inherit = org.bytedeco.hdf5.presets.hdf5.class)
public class H5P_prp_cb1_t extends FunctionPointer {
    static { Loader.load(); }
    /** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */
    public    H5P_prp_cb1_t(Pointer p) { super(p); }
    protected H5P_prp_cb1_t() { allocate(); }
    private native void allocate();
    public native @Cast("herr_t") int call(@Cast("const char*") BytePointer name, @Cast("size_t") long size, Pointer value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy