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.

Functions

Link

public void Link()

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

Construct a default link.

Link

public void Link(const Link & other)

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

Allow moving, disallow copying.

Link

public void Link(Link && other)

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

operator=

public Link & operator=(const Link & other)

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

operator bool

public bool operator bool()

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

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

~Link

public void ~Link()

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

operator=

public Link & operator=(Link && other)

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