![]() |
Dripline-Cpp
v2.4.2
Dripline Implementation in C++
|
#include <message.hh>
Public Member Functions | |
sender_package_version () | |
sender_package_version (const scarab::version_semantic &a_version) | |
sender_package_version (const std::string &a_version, const std::string &a_commit, const std::string &a_package) | |
bool | operator== (const sender_package_version &a_rhs) const |
Public Attributes | |
std::string | f_version |
std::string | f_commit |
std::string | f_package |
Definition at line 108 of file message.hh.
Definition at line 50 of file message.cc.
sender_package_version | ( | const scarab::version_semantic & | a_version | ) |
Definition at line 56 of file message.cc.
sender_package_version | ( | const std::string & | a_version, |
const std::string & | a_commit, | ||
const std::string & | a_package | ||
) |
Definition at line 62 of file message.cc.
bool operator== | ( | const sender_package_version & | a_rhs | ) | const |
Definition at line 68 of file message.cc.
std::string f_commit |
Definition at line 111 of file message.hh.
std::string f_package |
Definition at line 112 of file message.hh.
std::string f_version |
Definition at line 110 of file message.hh.