CharacterSet.cc File Reference
#include "squid.h"#include "base/CharacterSet.h"#include <algorithm>#include <iostream>#include <functional>
Include dependency graph for CharacterSet.cc:

Go to the source code of this file.
Functions | |
| CharacterSet | operator+ (CharacterSet lhs, const CharacterSet &rhs) |
| CharacterSet | operator- (CharacterSet lhs, const CharacterSet &rhs) |
| std::ostream & | operator<< (std::ostream &s, const CharacterSet &c) |
Function Documentation
◆ operator+()
| CharacterSet operator+ | ( | CharacterSet | lhs, |
| const CharacterSet & | rhs | ||
| ) |
CharacterSet addition
- Returns
- a new CharacterSet containing all characters present both in lhs and rhs, labeled as lhs is
Definition at line 117 of file CharacterSet.cc.
◆ operator-()
| CharacterSet operator- | ( | CharacterSet | lhs, |
| const CharacterSet & | rhs | ||
| ) |
CharacterSet subtraction
- Returns
- a new CharacterSet containing all characters present in lhs and not present in rhs, labeled as lhs is
Definition at line 124 of file CharacterSet.cc.
◆ operator<<()
| std::ostream & operator<< | ( | std::ostream & | s, |
| const CharacterSet & | c | ||
| ) |
Definition at line 130 of file CharacterSet.cc.
References CharacterSet::name.
