#include <TextView.h>
|
| std::bitset< std::numeric_limits< unsigned char >::max()+1 > | _chars |
| |
A set of characters.
Definition at line 42 of file TextView.h.
◆ CharSet()
| swoc::CharSet::CharSet |
( |
TextView const & | chars | ) |
|
|
inlineconstexpr |
Construct from character sequence.
- Parameters
-
The charset becomes true for every character in the sequence.
Definition at line 1105 of file TextView.h.
◆ operator()() [1/2]
| bool swoc::CharSet::operator() |
( |
char | c | ) |
const |
|
inline |
Check if character is in the charset.
- Parameters
-
- Returns
true if c is in the charset, false if not.
Definition at line 1117 of file TextView.h.
◆ operator()() [2/2]
| bool swoc::CharSet::operator() |
( |
unsigned char | c | ) |
const |
|
inline |
Check if character is in the charset.
- Parameters
-
- Returns
true if c is in the charset, false if not.
Definition at line 1112 of file TextView.h.
◆ _chars
| std::bitset<std::numeric_limits<unsigned char>::max() + 1> swoc::CharSet::_chars |
|
protected |
The documentation for this class was generated from the following file: