Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::model::Revisions::Revision Struct Reference
Collaboration diagram for iv::model::Revisions::Revision:
[legend]

Public Member Functions

 Revision ()
 
 Revision (std::string_view version, iv::time::Timestamp timestamp, std::string_view author, std::string_view commentary)
 
 Revision (const Revision &other)
 
 Revision (Revision &&other) noexcept
 
 ~Revision ()=default
 
Revisionoperator= (const Revision &other)
 
Revisionoperator= (Revision &&other) noexcept
 

Public Attributes

std::string _version
 
iv::time::Timestamp _timestamp
 
std::string _author
 
std::string _commentary
 

Constructor & Destructor Documentation

◆ Revision() [1/4]

iv::model::Revisions::Revision::Revision ( )
default

◆ Revision() [2/4]

iv::model::Revisions::Revision::Revision ( std::string_view version,
iv::time::Timestamp timestamp,
std::string_view author,
std::string_view commentary )

◆ Revision() [3/4]

iv::model::Revisions::Revision::Revision ( const Revision & other)
default

◆ Revision() [4/4]

iv::model::Revisions::Revision::Revision ( Revisions::Revision && other)
noexcept

◆ ~Revision()

iv::model::Revisions::Revision::~Revision ( )
default

Member Function Documentation

◆ operator=() [1/2]

Revisions::Revision & iv::model::Revisions::Revision::operator= ( const Revision & other)

◆ operator=() [2/2]

Revisions::Revision & iv::model::Revisions::Revision::operator= ( Revisions::Revision && other)
noexcept

Member Data Documentation

◆ _author

std::string iv::model::Revisions::Revision::_author

◆ _commentary

std::string iv::model::Revisions::Revision::_commentary

◆ _timestamp

iv::time::Timestamp iv::model::Revisions::Revision::_timestamp

◆ _version

std::string iv::model::Revisions::Revision::_version

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