class User

Defined at line 777 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const uint8_t & age ()

Defined at line 783 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h

bool has_age ()

Defined at line 787 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h

uint8_t * mutable_age ()

Defined at line 791 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h

void clear_age ()

Defined at line 799 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h

const ::std::string & name ()

Defined at line 807 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h

bool has_name ()

Defined at line 811 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h

::std::string * mutable_name ()

Defined at line 815 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h

void clear_name ()

Defined at line 823 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h

User & set_age (uint8_t _value)
User & set_name (::std::string _value)
void User ()
void User (User && other)
void ~User ()
User & operator= (User && other)
::std::unique_ptr<User> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, User * _value, size_t _offset)
zx_status_t Clone (User * _result)