Jlm
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
jlm::llvm::AnnotationMap Class Referencefinal

#include <Annotation.hpp>

Public Member Functions

 AnnotationMap ()=default
 
 AnnotationMap (const AnnotationMap &)=delete
 
 AnnotationMap (AnnotationMap &&) noexcept=delete
 
AnnotationMapoperator= (const AnnotationMap &)=delete
 
AnnotationMapoperator= (AnnotationMap &&) noexcept=delete
 
bool Contains (const AggregationNode &aggregationNode) const noexcept
 
template<class T >
T & Lookup (const AggregationNode &aggregationNode) const noexcept
 
void Insert (const AggregationNode &aggregationNode, std::unique_ptr< AnnotationSet > annotationSet)
 

Static Public Member Functions

static std::unique_ptr< AnnotationMapCreate ()
 

Private Attributes

std::unordered_map< const AggregationNode *, std::unique_ptr< AnnotationSet > > Map_
 

Detailed Description

Definition at line 481 of file Annotation.hpp.

Constructor & Destructor Documentation

◆ AnnotationMap() [1/3]

jlm::llvm::AnnotationMap::AnnotationMap ( )
default

◆ AnnotationMap() [2/3]

jlm::llvm::AnnotationMap::AnnotationMap ( const AnnotationMap )
delete

◆ AnnotationMap() [3/3]

jlm::llvm::AnnotationMap::AnnotationMap ( AnnotationMap &&  )
deletenoexcept

Member Function Documentation

◆ Contains()

bool jlm::llvm::AnnotationMap::Contains ( const AggregationNode aggregationNode) const
inlinenoexcept

Definition at line 497 of file Annotation.hpp.

◆ Create()

static std::unique_ptr<AnnotationMap> jlm::llvm::AnnotationMap::Create ( )
inlinestatic

Definition at line 519 of file Annotation.hpp.

◆ Insert()

void jlm::llvm::AnnotationMap::Insert ( const AggregationNode aggregationNode,
std::unique_ptr< AnnotationSet annotationSet 
)
inline

Definition at line 512 of file Annotation.hpp.

◆ Lookup()

template<class T >
T& jlm::llvm::AnnotationMap::Lookup ( const AggregationNode aggregationNode) const
inlinenoexcept

Definition at line 504 of file Annotation.hpp.

◆ operator=() [1/2]

AnnotationMap& jlm::llvm::AnnotationMap::operator= ( AnnotationMap &&  )
deletenoexcept

◆ operator=() [2/2]

AnnotationMap& jlm::llvm::AnnotationMap::operator= ( const AnnotationMap )
delete

Member Data Documentation

◆ Map_

std::unordered_map<const AggregationNode *, std::unique_ptr<AnnotationSet> > jlm::llvm::AnnotationMap::Map_
private

Definition at line 525 of file Annotation.hpp.


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