class ComponentCrashInfo
Defined at line 232 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h
Information stored when a thread crashes.
Public Methods
void ComponentCrashInfo (Storage_ storage)
void ComponentCrashInfo ()
Defined at line 237 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h
void ComponentCrashInfo (ComponentCrashInfo && )
Defined at line 238 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h
void ComponentCrashInfo (const ComponentCrashInfo & other)
ComponentCrashInfo & operator= (ComponentCrashInfo && )
Defined at line 239 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h
ComponentCrashInfo & operator= (const ComponentCrashInfo & other)
bool operator== (const ComponentCrashInfo & other)
bool operator!= (const ComponentCrashInfo & other)
bool IsEmpty ()
const std::optional< ::std::string> & url ()
::std::optional< ::std::string> & url ()
ComponentCrashInfo & url (std::optional< ::std::string> value)
Setter for url.
const std::optional< ::std::string> & moniker ()
::std::optional< ::std::string> & moniker ()
ComponentCrashInfo & moniker (std::optional< ::std::string> value)
Setter for moniker.
void ComponentCrashInfo (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits