Sen API
Sen Libraries
Loading...
Searching...
No Matches
cursor.h File Reference
#include "sen/core/base/class_helpers.h"
#include "sen/core/base/timestamp.h"
#include <functional>
#include <variant>

Go to the source code of this file.

Classes

class  sen::db::Cursor< End, T >
 A cursor that can be used to iterate over the contents of a recording. The cursor holds a payload which can have one of the values given as type arguments. More...
struct  sen::db::Cursor< End, T >::Entry
 The current entry. More...

Namespaces

namespace  sen
namespace  sen::db

Class Documentation

◆ sen::db::Cursor::Entry

struct sen::db::Cursor::Entry
template<typename End, typename... T>
struct sen::db::Cursor< End, T >::Entry

The current entry.

Class Members
TimeStamp time
Payload payload When.