# libtmux::Snapshot

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

Owning row storage, shared by every entity taken from it.

## Members

- `take` (method): Run `request` with this entity's fields appended and parse what came back.
- `take_in_session` (method)
- `from_recording` (method): Output that did not come from a live server: a recording, a fixture, a test.
- `Snapshot` (method)
- `~Snapshot` (method)
- `index_of` (method)
- `rows` (method)
- `backend` (method): The connection this came from, so an entity can act on what it describes.
