#include <site_set.hh>

| Related Functions | |
| (Note that these are not member functions.) | |
| template<typename Sl , typename Sr > | |
| p_set< typename Sl::site > | diff (const Site_Set< Sl > &lhs, const Site_Set< Sr > &rhs) | 
| Set theoretic difference of lhsandrhs. | |
| template<typename Sl , typename Sr > | |
| p_set< typename Sl::site > | inter (const Site_Set< Sl > &lhs, const Site_Set< Sr > &rhs) | 
| Intersection between a couple of point sets. | |
| template<typename Sl , typename Sr > | |
| bool | operator< (const Site_Set< Sl > &lhs, const Site_Set< Sr > &rhs) | 
| Strict inclusion test between site sets lhsandrhs. | |
| template<typename S > | |
| std::ostream & | operator<< (std::ostream &ostr, const Site_Set< S > &set) | 
| Print a site set setinto the output streamostr. | |
| template<typename Sl , typename Sr > | |
| bool | operator<= (const Site_Set< Sl > &lhs, const Site_Set< Sr > &rhs) | 
| Inclusion test between site sets lhsandrhs. | |
| template<typename Sl , typename Sr > | |
| bool | operator== (const Site_Set< Sl > &lhs, const Site_Set< Sr > &rhs) | 
| Equality test between site sets lhsandrhs. | |
| template<typename Sl , typename Sr > | |
| p_set< typename Sl::site > | sym_diff (const Site_Set< Sl > &lhs, const Site_Set< Sr > &rhs) | 
| Set theoretic symmetrical difference of lhsandrhs. | |
| template<typename Sl , typename Sr > | |
| p_set< typename Sl::site > | uni (const Site_Set< Sl > &lhs, const Site_Set< Sr > &rhs) | 
| Union of a couple of point sets. | |
| template<typename S > | |
| p_set< typename S::site > | unique (const Site_Set< S > &s) | 
| Give the unique set of s. | |
| p_set< typename Sl::site > diff | ( | const Site_Set< Sl > & | lhs, | |
| const Site_Set< Sr > & | rhs | |||
| ) |  [related] | 
Set theoretic difference of lhs and rhs. 
| p_set< typename Sl::site > inter | ( | const Site_Set< Sl > & | lhs, | |
| const Site_Set< Sr > & | rhs | |||
| ) |  [related] | 
Intersection between a couple of point sets.
| std::ostream & operator<< | ( | std::ostream & | ostr, | |
| const Site_Set< S > & | set | |||
| ) |  [related] | 
| p_set< typename Sl::site > sym_diff | ( | const Site_Set< Sl > & | lhs, | |
| const Site_Set< Sr > & | rhs | |||
| ) |  [related] | 
Set theoretic symmetrical difference of lhs and rhs. 
| p_set< typename Sl::site > uni | ( | const Site_Set< Sl > & | lhs, | |
| const Site_Set< Sr > & | rhs | |||
| ) |  [related] | 
Union of a couple of point sets.
Give the unique set of s. 
 1.5.9
 1.5.9