parcel 0.2.2
Wrappable, wire-transferable C++23 value system with JSON serialization
Loading...
Searching...
No Matches
parcel::IHasFields Struct Referenceabstract

Mix-in declaring a descriptor exposes a static set of named fields. More...

#include <descriptor.h>

Inheritance diagram for parcel::IHasFields:

Public Member Functions

virtual field_descriptors_t fields () const =0
 Field descriptors keyed by JSON key.
 

Detailed Description

Mix-in declaring a descriptor exposes a static set of named fields.

Implemented by StructCellTypeDescriptor. Used by tooling that walks the schema graph.


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