`_FieldType`: add `size_is_dynamic` property
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 3 Sep 2020 15:47:33 +0000 (11:47 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 3 Sep 2020 15:47:33 +0000 (11:47 -0400)
commit1960170e6a7abdf29f4097bfac9355bfc88a4e29
treecb7ac1e9c8354192f9956a9470a581461e2f39e3
parent9318c705cb2a7702369d7cb9045648ea24153a17
`_FieldType`: add `size_is_dynamic` property

This new property indicates if the field type's size is static or
dynamic.

A string field type has a dynamic size, as well as any structure field
type which contains one, recursively. As of this version, all other
field types have static sizes.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
barectf/config.py
This page took 0.023386 seconds and 4 git commands to generate.