SyTen
syten::HistoryElement Struct Reference

A single history record. More...

#include <history.h>

+ Collaboration diagram for syten::HistoryElement:

Public Member Functions

MemoryUsage::MemorySize allocSize () const
 allocSize() More...
 
 HistoryElement (std::string const &binary_="", std::string const &command_="", std::string const &comment_="")
 Creates a history record. More...
 
template<class Archive >
void serialize (Archive &ar, const unsigned int in_version)
 Boost serialisation support. More...
 

Public Attributes

std::string binary
 Primary comment/binary associated with that change. More...
 
std::string command
 Secondary comment/arguments associated with that change. More...
 
std::string comment
 Tertiary comment. More...
 
std::string time
 Time of the record. More...
 

Static Public Attributes

static constexpr unsigned int version = 1
 Boost serialisation version. More...
 

Detailed Description

A single history record.


The documentation for this struct was generated from the following files: