![]() |
ATLAS Offline Software
|
This class provides storage for the constant fields of the persistent DataHeader class. More...
#include <DataHeader_p5.h>
Public Member Functions | |
| DataHeaderForm_p5 () | |
| const std::vector< std::string > & | map () const |
| void | insertMap (const std::string &element) |
| const std::vector< unsigned int > & | params (unsigned int entry) const |
| void | insertParam (unsigned int param, unsigned int entry) |
| unsigned int | size () const |
| void | resize (unsigned int size) |
Private Attributes | |
| std::vector< std::string > | m_map |
| std::vector< std::vector< unsigned int > > | m_uints |
This class provides storage for the constant fields of the persistent DataHeader class.
Definition at line 38 of file DataHeader_p5.h.
| DataHeaderForm_p5::DataHeaderForm_p5 | ( | ) |
Definition at line 29 of file DataHeader_p5.cxx.
| void DataHeaderForm_p5::insertMap | ( | const std::string & | element | ) |
Definition at line 35 of file DataHeader_p5.cxx.
| void DataHeaderForm_p5::insertParam | ( | unsigned int | param, |
| unsigned int | entry | ||
| ) |
Definition at line 43 of file DataHeader_p5.cxx.
| const std::vector< std::string > & DataHeaderForm_p5::map | ( | ) | const |
Definition at line 31 of file DataHeader_p5.cxx.
| const std::vector< unsigned int > & DataHeaderForm_p5::params | ( | unsigned int | entry | ) | const |
Definition at line 39 of file DataHeader_p5.cxx.
| void DataHeaderForm_p5::resize | ( | unsigned int | size | ) |
Definition at line 51 of file DataHeader_p5.cxx.
| unsigned int DataHeaderForm_p5::size | ( | ) | const |
Definition at line 47 of file DataHeader_p5.cxx.
|
private |
Definition at line 52 of file DataHeader_p5.h.
|
private |
Definition at line 53 of file DataHeader_p5.h.
1.8.18