Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.CapturedRelation

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
LibTmux
Package
LibTmux
Source
src/LibTmux/Snapshots/CapturedRelation.cs
class LibTmux.CapturedRelation
class [source]
class [source]
class LibTmux.CapturedRelation

Holds the children a snapshot captured for one relation.

An uncaptured relation is not an empty one. Enumerating a relation the snapshot never read throws instead of reporting zero children, so a caller cannot mistake unread state for absent state.

6 declared, 0 inherited

Members

  • CapturedDepth property Gets the depth the owning snapshot reached.
  • Count property
  • GetEnumerator method
  • IsCaptured property Gets whether the snapshot read this relation.
  • OrEmpty method Returns the captured children, or an empty list when unread.
  • Relation property Gets the relation name this instance carries.
Esc

Type to search.