Skip to content

TypeAnnotCollection

Synopsis

Declared in <src/midend/astUtil/annotation/TypeAnnotation.h>

template<class Descriptor>
class TypeAnnotCollection
    : public AnnotCollectionBase<TypeDescriptor>
    , public TypeCollection<Descriptor>

Base Classes

Name

Description

AnnotCollectionBase<TypeDescriptor>

An interface to a single annotation item

TypeCollection<Descriptor>

A map storing types and their descriptors, the descriptor could be any instantiated types as a template class.

Private Member Functions

Name

read_descriptor [virtual]

Derived Classes