Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
compare::GrammarDiff Class Reference

#include <GrammarDiff.h>

Static Public Member Functions

template<class T >
static void diff (const T &a, const T &b, ext::ostream &out)
 
template<class T >
static std::string diff (const T &a, const T &b)
 

Member Function Documentation

◆ diff() [1/2]

template<class T >
std::string compare::GrammarDiff::diff ( const T &  a,
const T &  b 
)
static
Here is the call graph for this function:

◆ diff() [2/2]

template<class T >
void compare::GrammarDiff::diff ( const T &  a,
const T &  b,
ext::ostream out 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: