LLVM  4.0.0
Public Member Functions | List of all members
llvm::rdf::IndexedSet< T, N > Struct Template Reference

#include <RDFGraph.h>

Inheritance diagram for llvm::rdf::IndexedSet< T, N >:
[legend]

Public Member Functions

 IndexedSet ()
 
T get (uint32_t Idx) const
 
uint32_t insert (T Val)
 
uint32_t find (T Val) const
 

Detailed Description

template<typename T, unsigned N = 32>
struct llvm::rdf::IndexedSet< T, N >

Definition at line 458 of file RDFGraph.h.

Constructor & Destructor Documentation

template<typename T, unsigned N = 32>
llvm::rdf::IndexedSet< T, N >::IndexedSet ( )
inline

Definition at line 459 of file RDFGraph.h.

Member Function Documentation

template<typename T, unsigned N = 32>
uint32_t llvm::rdf::IndexedSet< T, N >::find ( T  Val) const
inline

Definition at line 476 of file RDFGraph.h.

template<typename T, unsigned N = 32>
T llvm::rdf::IndexedSet< T, N >::get ( uint32_t  Idx) const
inline

Definition at line 461 of file RDFGraph.h.

template<typename T, unsigned N = 32>
uint32_t llvm::rdf::IndexedSet< T, N >::insert ( T  Val)
inline

Definition at line 467 of file RDFGraph.h.


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