Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <Changes.hpp>
Public Member Functions | |
Change ()=default | |
Change (eChangeType type, std::string_view description, std::string_view author, iv::types::timestamp timestamp) | |
~Change ()=default | |
Change (const Change &other) | |
Change (Change &&other) noexcept | |
Change & | operator= (const Change &other) |
Change & | operator= (Change &&other) noexcept |
Public Attributes | |
eChangeType | type |
std::string | description |
std::string | author |
iv::types::timestamp | timestamp |
|
default |
iv::model::Changes::Change::Change | ( | eChangeType | type, |
std::string_view | description, | ||
std::string_view | author, | ||
iv::types::timestamp | timestamp ) |
|
default |
|
default |
|
noexcept |
|
noexcept |
Changes::Change & iv::model::Changes::Change::operator= | ( | const Change & | other | ) |
std::string iv::model::Changes::Change::author |
std::string iv::model::Changes::Change::description |
iv::types::timestamp iv::model::Changes::Change::timestamp |
eChangeType iv::model::Changes::Change::type |