# libtmux::detail::Row

- **Module:** libtmux::detail
- **Package:** libtmux-cxx
- **Language:** C++
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-cxx/blob/393d4b0ad666f18a6581f1eb281741a75a7503f0/include/libtmux/entities.hpp#L333
- **Page:** https://libtmux.org/en/cxx/latest/reference/libtmux-detail-row/

The storage every entity has, in one place: the snapshot that owns the bytes and which of its rows this entity is.

Inherited privately — an entity is implemented in terms of a row, it is not a kind of row.

## Members

- `Row` (method)
- `server` (method): The server this entity came from, for a command the typed surface does not cover.
- `connection_identity` (method): Which tmux server incarnation this came from.
