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

org.bytedeco.llvm.LLVM.LLVMAttributeRef Maven / Gradle / Ivy

There is a newer version: 19.1.3-1.5.11
Show newest version
// Targeted by JavaCPP version 1.5.7: DO NOT EDIT THIS FILE

package org.bytedeco.llvm.LLVM;

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

import static org.bytedeco.javacpp.presets.javacpp.*;

import static org.bytedeco.llvm.global.LLVM.*;


/**
 * Used to represent an attributes.
 *
 * @see llvm::Attribute
 */
@Name("LLVMOpaqueAttributeRef") @Opaque @Properties(inherit = org.bytedeco.llvm.presets.LLVM.class)
public class LLVMAttributeRef extends Pointer {
    /** Empty constructor. Calls {@code super((Pointer)null)}. */
    public LLVMAttributeRef() { super((Pointer)null); }
    /** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */
    public LLVMAttributeRef(Pointer p) { super(p); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy