class FamilyName

Defined at line 490 of file fidling/gen/sdk/fidl/fuchsia.fonts/fuchsia.fonts/cpp/fidl/fuchsia.fonts/cpp/natural_types.h

The name of a family of fonts.

Examples: "Roboto", "Noto Serif".

Public Methods

void FamilyName (Storage_ storage)
void FamilyName (::std::string name)
void FamilyName ()

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

Defined at line 501 of file fidling/gen/sdk/fidl/fuchsia.fonts/fuchsia.fonts/cpp/fidl/fuchsia.fonts/cpp/natural_types.h

void FamilyName (FamilyName && )

Defined at line 504 of file fidling/gen/sdk/fidl/fuchsia.fonts/fuchsia.fonts/cpp/fidl/fuchsia.fonts/cpp/natural_types.h

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

Defined at line 505 of file fidling/gen/sdk/fidl/fuchsia.fonts/fuchsia.fonts/cpp/fidl/fuchsia.fonts/cpp/natural_types.h

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

The characters that make up the name.

::std::string & name ()

The characters that make up the name.

FamilyName & name (::std::string value)

The characters that make up the name.

void FamilyName (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits