class LogsIterator
Defined at line 2159 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h
Holds the server end of an iterator over the isolated logs of a test.
Public Methods
void LogsIterator (LogsIterator && other)
LogsIterator & operator= (LogsIterator && other)
bool IsUnknown ()
::fuchsia_test_manager::LogsIterator::Tag Which ()
LogsIterator WithBatch (::fidl::ServerEnd< ::fuchsia_diagnostics::BatchIterator> val)
const ::fidl::internal::UnionMemberView<1, Storage_> batch ()
::fidl::internal::UnionMemberView<1, Storage_> batch ()
LogsIterator & batch (::fidl::ServerEnd< ::fuchsia_diagnostics::BatchIterator> value)
Server end of the iterator, when this protocol is used by Fuchsia clients.
LogsIterator WithStream (::zx::socket val)
const ::fidl::internal::UnionMemberView<2, Storage_> stream ()
::fidl::internal::UnionMemberView<2, Storage_> stream ()
LogsIterator & stream (::zx::socket value)
Server end of the iterator, when this protocol is used by host-side clients.
This uses the protocol specified in fuchsia.diagnostics.host.ArchiveReader.
void LogsIterator (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kBatch | 2 |
| kStream | 3 |
| _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 2169 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits