LLVM API Documentation

llvm::SmallSet< PointeeType *, N > Class Template Reference

#include <SmallSet.h>

Inheritance diagram for llvm::SmallSet< PointeeType *, N >:
Inheritance graph
[legend]
Collaboration diagram for llvm::SmallSet< PointeeType *, N >:
Collaboration graph
[legend]

List of all members.


Detailed Description

template<typename PointeeType, unsigned N>
class llvm::SmallSet< PointeeType *, N >

If this set is of pointer values, transparently switch over to using SmallPtrSet for performance.

Definition at line 119 of file SmallSet.h.


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