CIRCT  19.0.0git
Classes | Static Public Member Functions | List of all members
llvm::yaml::MappingContextTraits< DescribedSignal, Context > Struct Reference

Conversion from a DescribedSignal to YAML. More...

Classes

struct  Field
 A one-to-one representation with a YAML representation of a signal/field. More...
 

Static Public Member Functions

static void mapping (IO &io, DescribedSignal &op, Context &ctx)
 

Detailed Description

Conversion from a DescribedSignal to YAML.

This is implemented using YAML normalization to first convert this to an internal Field structure which has a one-to-one mapping to the YAML represntation.

Definition at line 158 of file GrandCentral.cpp.

Member Function Documentation

◆ mapping()

static void llvm::yaml::MappingContextTraits< DescribedSignal, Context >::mapping ( IO &  io,
DescribedSignal &  op,
Context &  ctx 
)
inlinestatic

Definition at line 225 of file GrandCentral.cpp.


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