struct ilist_alloc_traits

Declaration

template <typename NodeTy>
struct ilist_alloc_traits { /* full declaration omitted */ };

Description

Use delete by default for iplist and ilist. Specialize this to get different behaviour for ownership-related API. (If you really want ownership semantics, consider using std::list or building something like \a BumpPtrList.)

Declared at: llvm/include/llvm/ADT/ilist.h:40

Templates

NodeTy

Method Overview

Methods

ΒΆstatic void deleteNode(NodeTy* V)

Declared at: llvm/include/llvm/ADT/ilist.h:41

Parameters

NodeTy* V