CIRCT  19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::PointerLikeTypeTraits< circt::firrtl::Annotation > Struct Reference

Make Annotation behave like a Attribute in terms of pointer-likeness. More...

#include <FIRRTLAnnotations.h>

Inheritance diagram for llvm::PointerLikeTypeTraits< circt::firrtl::Annotation >:
Inheritance graph
[legend]
Collaboration diagram for llvm::PointerLikeTypeTraits< circt::firrtl::Annotation >:
Collaboration graph
[legend]

Public Types

using Annotation = circt::firrtl::Annotation
 

Static Public Member Functions

static void * getAsVoidPointer (Annotation v)
 
static Annotation getFromVoidPointer (void *p)
 

Detailed Description

Make Annotation behave like a Attribute in terms of pointer-likeness.

Definition at line 527 of file FIRRTLAnnotations.h.

Member Typedef Documentation

◆ Annotation

using llvm::PointerLikeTypeTraits< circt::firrtl::Annotation >::Annotation = circt::firrtl::Annotation

Definition at line 529 of file FIRRTLAnnotations.h.

Member Function Documentation

◆ getAsVoidPointer()

static void* llvm::PointerLikeTypeTraits< circt::firrtl::Annotation >::getAsVoidPointer ( Annotation  v)
inlinestatic

Definition at line 530 of file FIRRTLAnnotations.h.

References circt::firrtl::Annotation::getAttr().

◆ getFromVoidPointer()

static Annotation llvm::PointerLikeTypeTraits< circt::firrtl::Annotation >::getFromVoidPointer ( void *  p)
inlinestatic

Definition at line 533 of file FIRRTLAnnotations.h.


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