class CollectionRef
Defined at line 2599 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h
A reference to one of the component's collections.
Public Methods
void CollectionRef (Storage_ storage)
void CollectionRef (::std::string name)
void CollectionRef ()
Default constructs a |CollectionRef| only if all of its members are default constructible.
Defined at line 2609 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h
void CollectionRef (CollectionRef && )
Defined at line 2612 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h
void CollectionRef (const CollectionRef & other)
CollectionRef & operator= (CollectionRef && )
Defined at line 2613 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h
CollectionRef & operator= (const CollectionRef & other)
bool operator== (const CollectionRef & other)
bool operator!= (const CollectionRef & other)
const ::std::string & name ()
::std::string & name ()
CollectionRef & name (::std::string value)
Setter for name.
void CollectionRef (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits