Interface definition for RBU HDR operations.
More...
#include <DellRbu.h>
Private Member Functions |
| IRbuHdr (const IRbuHdr &) |
| not implemented (explicitly disallowed)
|
void | operator= (const IRbuHdr &) |
| not implemented (explicitly disallowed)
|
Detailed Description
Interface definition for RBU HDR operations.
Definition at line 107 of file DellRbu.h.
Constructor & Destructor Documentation
not implemented (explicitly disallowed)
Member Function Documentation
virtual void doUpdate |
( |
| ) |
const |
|
pure virtual |
virtual std::string getBiosVersion |
( |
| ) |
const |
|
pure virtual |
virtual FILE* getFh |
( |
| ) |
const |
|
pure virtual |
virtual void getHdrVersion |
( |
unsigned int & |
major, |
|
|
unsigned int & |
minor |
|
) |
| const |
|
pure virtual |
virtual const u32* getSystemIdList |
( |
| ) |
const |
|
pure virtual |
not implemented (explicitly disallowed)
virtual std::ostream& streamify |
( |
std::ostream & |
cout | ) |
const |
|
pure virtual |
Used by operator << (std::ostream & cout, const IRbuHdr & ) to.
Users normally would not need or want to call this API. The normal operator<<() has been overloaded to call this function internally.
Implemented in RbuHdr.
Referenced by rbu::operator<<().
The documentation for this class was generated from the following files: