class CommitOptions
Defined at line 814 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const bool & idempotent ()
Whether additions or removals should be idempotent.
For example, an update to add a resource when the resource already
exists will fail with an `ALREADY_EXISTS` error if `idempotent` is
`false`, but will succeed if it is `true`. Likewise for removals and
`*_NOT_FOUND`.
If not set, interpreted as false.
Defined at line 828 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/cpp/fidl.h
bool has_idempotent ()
Defined at line 832 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/cpp/fidl.h
bool * mutable_idempotent ()
Whether additions or removals should be idempotent.
For example, an update to add a resource when the resource already
exists will fail with an `ALREADY_EXISTS` error if `idempotent` is
`false`, but will succeed if it is `true`. Likewise for removals and
`*_NOT_FOUND`.
If not set, interpreted as false.
Defined at line 844 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/cpp/fidl.h
void clear_idempotent ()
Defined at line 852 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/cpp/fidl.h
CommitOptions & set_idempotent (bool _value)
void CommitOptions ()
void CommitOptions (CommitOptions && other)
void ~CommitOptions ()
CommitOptions & operator= (CommitOptions && other)
::std::unique_ptr<CommitOptions> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, CommitOptions * _value, size_t _offset)
zx_status_t Clone (CommitOptions * _result)