This class provides a persistent representation for the DataHeader class.
More...
#include <DataHeader_p5.h>
This class provides a persistent representation for the DataHeader class.
Definition at line 59 of file DataHeader_p5.h.
◆ DataHeader_p5()
| DataHeader_p5::DataHeader_p5 |
( |
| ) |
|
◆ dhFormMdx()
| const std::string & DataHeader_p5::dhFormMdx |
( |
| ) |
const |
◆ dhFormToken()
| const std::string & DataHeader_p5::dhFormToken |
( |
| ) |
const |
◆ elements()
◆ setDhFormToken()
| void DataHeader_p5::setDhFormToken |
( |
const std::string & | formToken, |
|
|
const DataHeaderForm_p5 & | dhForm ) |
Definition at line 66 of file DataHeader_p5.cxx.
68{
71 for (
const std::string& s : dhForm.
map()) {
73 }
75 for (
unsigned int x : dhForm.
params(entry)) {
77 }
79 }
80 MD5 checkSum((
unsigned char*)
stream.str().c_str(),
stream.str().size());
81 uuid_t checkSumUuid;
82 checkSum.raw_digest((unsigned char*)(&checkSumUuid));
84 uuid_unparse_upper(checkSumUuid, text);
86}
◆ DataHeaderCnv_p5
◆ m_dataHeader
◆ m_dhFormMdx
| std::string DataHeader_p5::m_dhFormMdx |
|
private |
◆ m_dhFormToken
| std::string DataHeader_p5::m_dhFormToken |
|
private |
The documentation for this class was generated from the following files: