LLVM API Documentation
#include <StratifiedSets.h>
Public Member Functions | |
| StratifiedSets () | |
| StratifiedSets (DenseMap< T, StratifiedInfo > Map, std::vector< StratifiedLink > Links) | |
| StratifiedSets (StratifiedSets< T > &&Other) | |
| StratifiedSets & | operator= (StratifiedSets< T > &&Other) |
| Optional< StratifiedInfo > | find (const T &Elem) const |
| const StratifiedLink & | getLink (StratifiedIndex Index) const |
Definition at line 96 of file StratifiedSets.h.
| llvm::StratifiedSets< T >::StratifiedSets | ( | ) | [inline] |
Definition at line 98 of file StratifiedSets.h.
| llvm::StratifiedSets< T >::StratifiedSets | ( | DenseMap< T, StratifiedInfo > | Map, |
| std::vector< StratifiedLink > | Links | ||
| ) | [inline] |
Definition at line 100 of file StratifiedSets.h.
| llvm::StratifiedSets< T >::StratifiedSets | ( | StratifiedSets< T > && | Other | ) | [inline] |
Definition at line 104 of file StratifiedSets.h.
| Optional<StratifiedInfo> llvm::StratifiedSets< T >::find | ( | const T & | Elem | ) | const [inline] |
Definition at line 112 of file StratifiedSets.h.
References llvm::DenseMapBase< DerivedT, KeyT, ValueT, KeyInfoT >::end(), and llvm::DenseMapBase< DerivedT, KeyT, ValueT, KeyInfoT >::find().
| const StratifiedLink& llvm::StratifiedSets< T >::getLink | ( | StratifiedIndex | Index | ) | const [inline] |
Definition at line 120 of file StratifiedSets.h.
| StratifiedSets& llvm::StratifiedSets< T >::operator= | ( | StratifiedSets< T > && | Other | ) | [inline] |
Definition at line 106 of file StratifiedSets.h.