![]() |
ATLAS Offline Software
|
This class provides a persistent representation for the DataHeader class. More...
#include <DataHeader_p5.h>
Public Member Functions | |
| DataHeader_p5 () | |
| const std::vector< DataHeaderElement_p5 > & | elements () const |
| const std::string & | dhFormToken () const |
| void | setDhFormToken (const std::string &formToken, const DataHeaderForm_p5 &dhForm) |
| const std::string & | dhFormMdx () const |
Private Attributes | |
| std::vector< DataHeaderElement_p5 > | m_dataHeader |
| std::string | m_dhFormToken |
| std::string | m_dhFormMdx |
Friends | |
| class | DataHeaderCnv_p5 |
This class provides a persistent representation for the DataHeader class.
Definition at line 59 of file DataHeader_p5.h.
| DataHeader_p5::DataHeader_p5 | ( | ) |
Definition at line 56 of file DataHeader_p5.cxx.
| const std::string & DataHeader_p5::dhFormMdx | ( | ) | const |
Definition at line 87 of file DataHeader_p5.cxx.
| const std::string & DataHeader_p5::dhFormToken | ( | ) | const |
Definition at line 62 of file DataHeader_p5.cxx.
| const std::vector< DataHeaderElement_p5 > & DataHeader_p5::elements | ( | ) | const |
Definition at line 58 of file DataHeader_p5.cxx.
| void DataHeader_p5::setDhFormToken | ( | const std::string & | formToken, |
| const DataHeaderForm_p5 & | dhForm ) |
Definition at line 66 of file DataHeader_p5.cxx.
|
friend |
Definition at line 63 of file DataHeader_p5.h.
|
private |
Definition at line 72 of file DataHeader_p5.h.
|
private |
Definition at line 74 of file DataHeader_p5.h.
|
private |
Definition at line 73 of file DataHeader_p5.h.