class Registry::node
Declaration
class Registry::node { /* full declaration omitted */ };
Description
Node in linked list of entries.
Declared at: llvm/include/llvm/Support/Registry.h:61
Member Variables
- private llvm::Registry::node* Next
- private const llvm::Registry::entry& Val
Method Overview
- public node(const llvm::Registry::entry & V)
Methods
ΒΆnode(const llvm::Registry::entry& V)
node(const llvm::Registry::entry& V)
Declared at: llvm/include/llvm/Support/Registry.h:69
Parameters
- const llvm::Registry::entry& V