|
OXY API 1.0
OXY API Library Documentation
|
In-memory representation of a signature. More...
#include <type.hpp>
Public Member Functions | |
| constexpr | signature_t (const char *name, const timestamp_t &when={}) |
| constexpr | signature_t (const std::string &name, const timestamp_t &when={}) |
| auto | empty () const noexcept |
| constexpr auto & | name () const |
| bool | operator< (const signature_t &rhs) const |
| bool | operator== (const signature_t &rhs) const |
| constexpr auto & | when () const |
In-memory representation of a signature.
A signature is a combination of a name and a timestamp, which is used to represent the author or committer of a commit in the OXY system. It provides information about who made the changes and when they were made.