class TimeZoneId
Defined at line 308 of file fidling/gen/sdk/fidl/fuchsia.intl/fuchsia.intl/cpp/fidl/fuchsia.intl/cpp/natural_types.h
Typed identifier for a time zone.
Public Methods
void TimeZoneId (Storage_ storage)
void TimeZoneId (::std::string id)
void TimeZoneId ()
Default constructs a |TimeZoneId| only if all of its members are default constructible.
Defined at line 319 of file fidling/gen/sdk/fidl/fuchsia.intl/fuchsia.intl/cpp/fidl/fuchsia.intl/cpp/natural_types.h
void TimeZoneId (TimeZoneId && )
Defined at line 322 of file fidling/gen/sdk/fidl/fuchsia.intl/fuchsia.intl/cpp/fidl/fuchsia.intl/cpp/natural_types.h
void TimeZoneId (const TimeZoneId & other)
TimeZoneId & operator= (TimeZoneId && )
Defined at line 323 of file fidling/gen/sdk/fidl/fuchsia.intl/fuchsia.intl/cpp/fidl/fuchsia.intl/cpp/natural_types.h
TimeZoneId & operator= (const TimeZoneId & other)
bool operator== (const TimeZoneId & other)
bool operator!= (const TimeZoneId & other)
const ::std::string & id ()
Time zone ID from tzdata, e.g. "America/New_York". See https://www.iana.org/time-zones.
::std::string & id ()
Time zone ID from tzdata, e.g. "America/New_York". See https://www.iana.org/time-zones.
TimeZoneId & id (::std::string value)
Time zone ID from tzdata, e.g. "America/New_York". See https://www.iana.org/time-zones.
void TimeZoneId (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits