LLVM: llvm::sandboxir::Context::CallbackID Class Reference (original) (raw)

An ID for a registered callback. More...

#include "[llvm/SandboxIR/Context.h](SandboxIR%5F2Context%5F8h%5Fsource.html)"

Public Member Functions
Static Public Attributes
static constexpr ValTy InvalidVal = 0
Friends
class Context
struct DenseMapInfo< CallbackID >

An ID for a registered callback.

Used for deregistration. A dedicated type is employed so as to keep IDs opaque to the end user; only Context should deal with its underlying representation.

Definition at line 49 of file Context.h.

ValTy

llvm::sandboxir::Context::CallbackID::CallbackID ( ) default

Context

DenseMapInfo< CallbackID >

InvalidVal

ValTy llvm::sandboxir::Context::CallbackID::InvalidVal = 0 staticconstexpr

The documentation for this class was generated from the following file: