class Link

Defined at line 367 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h

Links specify a location that can be read as a continuation of an Inspect hierarchy.

Public Methods

void Link ()

Construct a default link.

Defined at line 370 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h

void Link (const Link & other)

Allow moving, disallow copying.

Defined at line 374 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h

void Link (Link && other)

Defined at line 375 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h

Link & operator= (const Link & other)

Defined at line 376 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h

bool operator bool ()

Return true if this node is stored in a buffer. False otherwise.

Defined at line 380 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h

void ~Link ()

Defined at line 602 of file ../../zircon/system/ulib/inspect/vmo/types.cc

Link & operator= (Link && other)

Defined at line 578 of file ../../zircon/system/ulib/inspect/vmo/types.cc

Friends

class State