Dripline-Cpp  v2.4.2
Dripline Implementation in C++
Public Member Functions | Public Attributes | List of all members
message::sender_package_version Struct Reference

#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
 

Detailed Description

Definition at line 108 of file message.hh.

Constructor & Destructor Documentation

◆ sender_package_version() [1/3]

Definition at line 50 of file message.cc.

◆ sender_package_version() [2/3]

sender_package_version ( const scarab::version_semantic &  a_version)

Definition at line 56 of file message.cc.

◆ sender_package_version() [3/3]

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.

Member Function Documentation

◆ operator==()

bool operator== ( const sender_package_version a_rhs) const

Definition at line 68 of file message.cc.

Member Data Documentation

◆ f_commit

std::string f_commit

Definition at line 111 of file message.hh.

◆ f_package

std::string f_package

Definition at line 112 of file message.hh.

◆ f_version

std::string f_version

Definition at line 110 of file message.hh.


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