class LayoutConstraint
Defined at line 340 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h
Public Methods
void LayoutConstraint (LayoutConstraint && other)
LayoutConstraint & operator= (LayoutConstraint && other)
void LayoutConstraint (const LayoutConstraint & other)
LayoutConstraint & operator= (const LayoutConstraint & other)
bool operator== (const LayoutConstraint & other)
bool operator!= (const LayoutConstraint & other)
bool IsUnknown ()
::fuchsia_component_decl::LayoutConstraint::Tag Which ()
LayoutConstraint WithMaxSize (uint32_t val)
const ::fidl::internal::UnionMemberView<1, Storage_> max_size ()
::fidl::internal::UnionMemberView<1, Storage_> max_size ()
LayoutConstraint & max_size (uint32_t value)
Sets the union to hold the max_size member.
void LayoutConstraint (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kMaxSize | 1 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
TODO: share union tag types between wire
&
natural.
Defined at line 349 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits