class BoolPair

Defined at line 97 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/cpp/fidl/fuchsia.boot/cpp/natural_types.h

Public Methods

void BoolPair (Storage_ storage)
void BoolPair (::std::string key, bool defaultval)
void BoolPair ()

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

Defined at line 108 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/cpp/fidl/fuchsia.boot/cpp/natural_types.h

void BoolPair (BoolPair && )

Defined at line 111 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/cpp/fidl/fuchsia.boot/cpp/natural_types.h

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

Defined at line 112 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/cpp/fidl/fuchsia.boot/cpp/natural_types.h

BoolPair & operator= (const BoolPair & other)
bool operator== (const BoolPair & other)
bool operator!= (const BoolPair & other)
const ::std::string & key ()
::std::string & key ()
BoolPair & key (::std::string value)

Setter for key.

bool defaultval ()
bool & defaultval ()
BoolPair & defaultval (bool value)

Setter for defaultval.

void BoolPair (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits