class StopOptions
Defined at line 1907 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/natural_types.h
Additional options to control stopping of a trace.
Public Methods
void StopOptions (Storage_ storage)
void StopOptions ()
Defined at line 1912 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/natural_types.h
void StopOptions (StopOptions && )
Defined at line 1913 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/natural_types.h
void StopOptions (const StopOptions & other)
StopOptions & operator= (StopOptions && )
Defined at line 1914 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/natural_types.h
StopOptions & operator= (const StopOptions & other)
bool operator== (const StopOptions & other)
bool operator!= (const StopOptions & other)
bool IsEmpty ()
const std::optional<bool> & write_results ()
If true then write all collected data after tracing has stopped.
This is useful in situations where one wants to clear the buffer
before starting the next trace, without having to first terminate the
trace and start a new one.
::std::optional<bool> & write_results ()
If true then write all collected data after tracing has stopped.
This is useful in situations where one wants to clear the buffer
before starting the next trace, without having to first terminate the
trace and start a new one.
StopOptions & write_results (std::optional<bool> value)
If true then write all collected data after tracing has stopped.
This is useful in situations where one wants to clear the buffer
before starting the next trace, without having to first terminate the
trace and start a new one.
void StopOptions (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits