A set of history records. More...
#include <history.h>
Inheritance diagram for syten::History:
Collaboration diagram for syten::History:Public Member Functions | |
| template<typename... Type> | |
| void | operator() (Type... elem) |
| Shortcut to add a new record. More... | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int in_version) |
| Boost serialisation support. More... | |
Public Member Functions inherited from std::vector< HistoryElement > | |
| HistoryElement | assign (HistoryElement ... args) |
| HistoryElement | at (HistoryElement ... args) |
| HistoryElement | back (HistoryElement ... args) |
| HistoryElement | begin (HistoryElement ... args) |
| HistoryElement | capacity (HistoryElement ... args) |
| HistoryElement | cbegin (HistoryElement ... args) |
| HistoryElement | cend (HistoryElement ... args) |
| HistoryElement | clear (HistoryElement ... args) |
| HistoryElement | crbegin (HistoryElement ... args) |
| HistoryElement | crend (HistoryElement ... args) |
| HistoryElement | data (HistoryElement ... args) |
| HistoryElement | emplace (HistoryElement ... args) |
| HistoryElement | emplace_back (HistoryElement ... args) |
| HistoryElement | empty (HistoryElement ... args) |
| HistoryElement | end (HistoryElement ... args) |
| HistoryElement | erase (HistoryElement ... args) |
| HistoryElement | front (HistoryElement ... args) |
| HistoryElement | get_allocator (HistoryElement ... args) |
| HistoryElement | insert (HistoryElement ... args) |
| HistoryElement | max_size (HistoryElement ... args) |
| HistoryElement | operator= (HistoryElement ... args) |
| HistoryElement | operator[] (HistoryElement ... args) |
| HistoryElement | pop_back (HistoryElement ... args) |
| HistoryElement | push_back (HistoryElement ... args) |
| HistoryElement | rbegin (HistoryElement ... args) |
| HistoryElement | rend (HistoryElement ... args) |
| HistoryElement | reserve (HistoryElement ... args) |
| HistoryElement | resize (HistoryElement ... args) |
| HistoryElement | shrink_to_fit (HistoryElement ... args) |
| HistoryElement | size (HistoryElement ... args) |
| HistoryElement | swap (HistoryElement ... args) |
| HistoryElement | vector (HistoryElement ... args) |
| HistoryElement | ~vector (HistoryElement ... args) |
Static Public Attributes | |
| static constexpr unsigned int | version = 1 |
| Boost serialisation version. More... | |
Additional Inherited Members | |
Public Attributes inherited from std::vector< HistoryElement > | |
| HistoryElement | elements |
| STL member. More... | |
A set of history records.