#include <assert.h>
#include <vector>
#include "Common.h"
Include dependency graph for Merge.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Arxx |
Classes | |
class | Arxx::Context |
Gathers information about a merging process. More... | |
class | Arxx::Rule |
A class representing a matching rule in the merging process. More... | |
Enumerations | |
enum | Arxx::Action { Arxx::ADD, Arxx::REPLACE, Arxx::DROP, Arxx::PASS } |
Enumeration of the possible actions a rule can induce. More... |