class LazyNode
Defined at line 406 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h
A LazyNode has a value that is dynamically set by a callback.
Public Methods
void LazyNode ()
Construct a default LazyNode.
Defined at line 409 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h
void LazyNode (const LazyNode & other)
Allow moving, disallow copying.
Defined at line 413 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h
void LazyNode (LazyNode && other)
Defined at line 414 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h
LazyNode & operator= (const LazyNode & other)
Defined at line 415 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h
bool operator bool ()
Return true if this value is represented in a buffer. False otherwise.
Defined at line 419 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h
void ~LazyNode ()
Defined at line 627 of file ../../zircon/system/ulib/inspect/vmo/types.cc
LazyNode & operator= (LazyNode && other)
Defined at line 604 of file ../../zircon/system/ulib/inspect/vmo/types.cc
Friends
class State