class DriverLog

Defined at line 687 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/cpp/fidl/fuchsia.driver.test/cpp/natural_types.h

Public Methods

void DriverLog (Storage_ storage)
void DriverLog (::std::string name, ::fuchsia_diagnostics_types::Severity log_level)
void DriverLog ()

Default constructs a |DriverLog| only if all of its members are default constructible.

Defined at line 698 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/cpp/fidl/fuchsia.driver.test/cpp/natural_types.h

void DriverLog (DriverLog && )

Defined at line 701 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/cpp/fidl/fuchsia.driver.test/cpp/natural_types.h

void DriverLog (const DriverLog & other)
DriverLog & operator= (DriverLog && )

Defined at line 702 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/cpp/fidl/fuchsia.driver.test/cpp/natural_types.h

DriverLog & operator= (const DriverLog & other)
bool operator== (const DriverLog & other)
bool operator!= (const DriverLog & other)
const ::std::string & name ()
::std::string & name ()
DriverLog & name (::std::string value)

Setter for name.

::fuchsia_diagnostics_types::Severity log_level ()
::fuchsia_diagnostics_types::Severity & log_level ()
DriverLog & log_level (::fuchsia_diagnostics_types::Severity value)

Setter for log_level.

void DriverLog (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits