fw4spl
|
Struct used to store a context and the versions where the patch can be applied. More...
#include <ISemanticPatch.hpp>
Public Member Functions | |
Context (const std::string &context, const std::string &originVersion, const std::string &targetVersion) | |
bool | operator== (const Context &b) const |
Public Attributes | |
std::string | m_context |
std::string | m_originVersion |
std::string | m_targetVersion |
Struct used to store a context and the versions where the patch can be applied.
Definition at line 71 of file ISemanticPatch.hpp.