class InnerValueList
Defined at line 449 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h
Public Methods
void InnerValueList ()
Defined at line 451 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h
void InnerValueList (const InnerValueList & )
Disallow copy and assign.
Defined at line 454 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h
void InnerValueList (InnerValueList && other)
Defined at line 455 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h
InnerValueList & operator= (const InnerValueList & )
Defined at line 456 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h
InnerValueList & operator= (InnerValueList && other)
Defined at line 457 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h
template <typename T>
void emplace (T value)
Emplaces a value in this ValueList.
Defined at line 461 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h
void clear ()
Defined at line 466 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h