Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
set.hxx File Reference
#include <iostream>
Include dependency graph for set.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 vcsn
 

Functions

template<typename T >
bool vcsn::has (const std::set< T > &s, const T &e)
 
template<typename Key , typename Value , typename Comp , typename Alloc >
std::set< typename std::map
< Key, Value, Comp, Alloc >
::mapped_type > 
vcsn::image (const std::map< Key, Value, Comp, Alloc > &m)
 The set of values of a map. More...
 
template<typename T >
std::set< T > vcsn::intersection (const std::set< T > &set1, const std::set< T > &set2)
 
template<typename T >
std::set< std::set< T > > vcsn::intersection_closure (std::set< std::set< T >> pset)
 
template<typename T >
std::set< T > vcsn::get_union (const std::set< T > &set1, const std::set< T > &set2)
 
template<typename T >
std::ostream & vcsn::print (const std::set< T > &set, std::ostream &o)
 
template<typename Container1 , typename Container2 >
bool vcsn::subset (const Container1 &set1, const Container2 &set2) ATTRIBUTE_PURE
 Whether set1set2. More...