The PatchManager oversee the handling of the patches.
More...
The PatchManager oversee the handling of the patches.
Definition at line 36 of file patch_manager.hpp.
◆ dump()
void bitpit::PatchManager::dump |
( |
std::ostream & | stream | ) |
|
Write the patch manager data to the specified stream.
- Parameters
-
stream | is the stream to write to |
Definition at line 137 of file patch_manager.cpp.
◆ dumpAll()
void bitpit::PatchManager::dumpAll |
( |
std::ostream & | stream | ) |
|
Write the registered patches and the patch manager data to the specified stream.
- Parameters
-
stream | is the stream to write to |
Definition at line 158 of file patch_manager.cpp.
◆ get()
Get the patch with the specified id.
- Parameters
-
Definition at line 63 of file patch_manager.cpp.
◆ manager()
Returns an instance of the patch manager.
- Returns
- An instance of the patch manager.
Definition at line 49 of file patch_manager.cpp.
◆ restore()
void bitpit::PatchManager::restore |
( |
std::istream & | stream | ) |
|
Restore the patch manager data from the specified stream.
- Parameters
-
stream | is the stream to read from |
Definition at line 147 of file patch_manager.cpp.
◆ restoreAll()
void bitpit::PatchManager::restoreAll |
( |
std::istream & | stream | ) |
|
Restore the registered patches and the patch manager data from the specified stream.
- Parameters
-
stream | is the stream to read from |
Definition at line 173 of file patch_manager.cpp.
◆ PatchKernel
◆ AUTOMATIC_ID
const int bitpit::PatchManager::AUTOMATIC_ID = IndexGenerator<int>::NULL_ID |
|
static |
The documentation for this class was generated from the following files:
---
layout: doxygen_footer
---