class Config

Defined at line 330 of file fidling/gen/sdk/fidl/fuchsia.hardware.nand/fuchsia.hardware.nand/cpp/fidl/fuchsia.hardware.nand/cpp/natural_types.h

Public Members

static const char[] kSerializableName

Public Methods

void Config (Storage_ storage)
void Config (::fuchsia_hardware_nand::BadBlockConfig bad_block_config, ::std::vector< ::fuchsia_hardware_nand::PartitionConfig> extra_partition_configs)
void Config ()

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

Defined at line 342 of file fidling/gen/sdk/fidl/fuchsia.hardware.nand/fuchsia.hardware.nand/cpp/fidl/fuchsia.hardware.nand/cpp/natural_types.h

void Config (Config && )

Defined at line 345 of file fidling/gen/sdk/fidl/fuchsia.hardware.nand/fuchsia.hardware.nand/cpp/fidl/fuchsia.hardware.nand/cpp/natural_types.h

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

Defined at line 346 of file fidling/gen/sdk/fidl/fuchsia.hardware.nand/fuchsia.hardware.nand/cpp/fidl/fuchsia.hardware.nand/cpp/natural_types.h

Config & operator= (const Config & other)
bool operator== (const Config & other)
bool operator!= (const Config & other)
const ::fuchsia_hardware_nand::BadBlockConfig & bad_block_config ()
::fuchsia_hardware_nand::BadBlockConfig & bad_block_config ()
Config & bad_block_config (::fuchsia_hardware_nand::BadBlockConfig value)

Setter for bad_block_config.

const ::std::vector< ::fuchsia_hardware_nand::PartitionConfig> & extra_partition_configs ()
::std::vector< ::fuchsia_hardware_nand::PartitionConfig> & extra_partition_configs ()
Config & extra_partition_configs (::std::vector< ::fuchsia_hardware_nand::PartitionConfig> value)

Setter for extra_partition_configs.

void Config (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits