class LogSinkWaitForInterestChangeResult
Defined at line 519 of file fidling/gen/sdk/fidl/fuchsia.logger/fuchsia.logger/cpp/fidl/fuchsia.logger/cpp/natural_types.h
Public Methods
void LogSinkWaitForInterestChangeResult (LogSinkWaitForInterestChangeResult && other)
LogSinkWaitForInterestChangeResult & operator= (LogSinkWaitForInterestChangeResult && other)
void LogSinkWaitForInterestChangeResult (const LogSinkWaitForInterestChangeResult & other)
LogSinkWaitForInterestChangeResult & operator= (const LogSinkWaitForInterestChangeResult & other)
bool operator== (const LogSinkWaitForInterestChangeResult & other)
bool operator!= (const LogSinkWaitForInterestChangeResult & other)
::fuchsia_logger::LogSinkWaitForInterestChangeResult::Tag Which ()
LogSinkWaitForInterestChangeResult WithResponse (::fuchsia_logger::LogSinkWaitForInterestChangeResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
LogSinkWaitForInterestChangeResult & response (::fuchsia_logger::LogSinkWaitForInterestChangeResponse value)
Sets the union to hold the response member.
LogSinkWaitForInterestChangeResult WithErr (::fuchsia_logger::InterestChangeError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
LogSinkWaitForInterestChangeResult & err (::fuchsia_logger::InterestChangeError value)
Sets the union to hold the err member.
void LogSinkWaitForInterestChangeResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 527 of file fidling/gen/sdk/fidl/fuchsia.logger/fuchsia.logger/cpp/fidl/fuchsia.logger/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits