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

#include <DiffAux.h>

Static Public Member Functions

template<class T >
static void setDiff (ext::ostream &out, const ext::set< T > &a, const ext::set< T > &b)
 
template<class T >
static void vectorDiff (ext::ostream &out, const ext::vector< T > &a, const ext::vector< T > &b)
 
template<class T >
static void listDiff (ext::ostream &out, const ext::list< T > &a, const ext::list< T > &b)
 
template<class T , class R >
static void mapDiff (ext::ostream &out, const ext::map< T, R > &a, const ext::map< T, R > &b)
 
template<class T , class R >
static void mapDiff (ext::ostream &out, const ext::multimap< T, R > &a, const ext::multimap< T, R > &b)
 

Member Function Documentation

◆ listDiff()

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

◆ mapDiff() [1/2]

template<class T , class R >
void compare::DiffAux::mapDiff ( ext::ostream out,
const ext::map< T, R > &  a,
const ext::map< T, R > &  b 
)
static
Here is the call graph for this function:

◆ mapDiff() [2/2]

template<class T , class R >
void compare::DiffAux::mapDiff ( ext::ostream out,
const ext::multimap< T, R > &  a,
const ext::multimap< T, R > &  b 
)
static
Here is the call graph for this function:

◆ setDiff()

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

◆ vectorDiff()

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

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