Public Member Functions |
Static Public Member Functions |
Protected Attributes |
List of all members
Obiwan_patch Class Reference
#include <Obiwan_patch.h>
execute obiwan in patch mode More...
Public Member Functions | |
| Obiwan_patch (int argc, char **argv) | |
| Obiwan_patch (ScaleUtils::IO::DB opts) | |
| ~Obiwan_patch () noexcept(false) | |
| int | execute (std::ostream &out, std::ostream &err) |
Static Public Member Functions | |
| static std::string | help () |
| provide a help message More... | |
| static ScaleUtils::IO::DB | populate (int argc, char **argv) |
Protected Attributes | |
| ScaleUtils::IO::DB | b_opts |
Detailed Description
execute obiwan in patch mode
- Examples:
- tstObiwan.cpp.
Constructor & Destructor Documentation
| Obiwan_patch | ( | int | argc, |
| char ** | argv | ||
| ) |
References Obiwan_patch::b_opts, and Obiwan_patch::populate().
| Obiwan_patch | ( | ScaleUtils::IO::DB | opts | ) |
|
inlinenoexcept |
Member Function Documentation
|
static |
provide a help message
Take care to not mess up the formatting below. We are using doxygen snippets to get that text to appear as-is in the doxygen documentation for this script.
Referenced by Obiwan_patch::execute().
|
static |
References Origen::baseOptions().
Referenced by Obiwan_patch::Obiwan_patch().
| int execute | ( | std::ostream & | out, |
| std::ostream & | err | ||
| ) |
References Origen::applyPatch(), Obiwan_patch::b_opts, Obiwan_patch::help(), Origen::loadLibrary(), Origen::loadMulti(), and Origen::saveLibrary().
Referenced by Origen::obiwan_main().
Member Data Documentation
|
protected |
Referenced by Obiwan_patch::execute(), and Obiwan_patch::Obiwan_patch().
The documentation for this class was generated from the following files:
- Core/ut/Obiwan_patch.h
- Core/ut/Obiwan_patch.cpp

1.8.10