Closed izzymoriguchi closed 4 years ago
This PR contains new/updated flyweight designs for the following classes:
MapFW
, Map8FW
, Map16FW
, Map32FW
, VariantOfMapFW
, and ListWithMapFW
VariantWithoutOfFW
which resolves #81 TypedefMapFW
which is a typedef
of VariantOfMapFW
ListWithTypedefMapFW
which uses VariantWithoutOfFW
and TypedefMapFW
VariantOfFW
and VariantFW
uint
of
type uint
kind typeBoundedOctetsFW
, BoundedOctets8FW
, BoundedOctets16FW
, BoundedOctets32FW
This PR contains new/updated flyweight designs for the following classes:
MapFW
,Map8FW
,Map16FW
,Map32FW
,VariantOfMapFW
, andListWithMapFW
VariantWithoutOfFW
which resolves #81TypedefMapFW
which is atypedef
ofVariantOfMapFW
ListWithTypedefMapFW
which usesVariantWithoutOfFW
andTypedefMapFW
VariantOfFW
andVariantFW
- All variant flyweights that have
uint
of
type- All enum flyweights that have
uint
kind typeBoundedOctetsFW
,BoundedOctets8FW
,BoundedOctets16FW
,BoundedOctets32FW
TypedefMapFW
and ListWithTypedefMapFW
, now I designed and generated ConstrainedMapFW
and ListWithConstrainedMapFW
. VariantOfOctetsFW
which uses BoundedOctetsFW
.
Codecov Report
Continue to review full report at Codecov.