#include <basic_chset.hpp>

Public Member Functions | |
| basic_chset () | |
| basic_chset (basic_chset const &arg_) | |
| bool | test (Char v) const |
| void | set (Char from, Char to) |
| void | set (Char c) |
| void | clear (Char from, Char to) |
| void | clear (Char c) |
| void | clear () |
| void | inverse () |
| void | swap (basic_chset &x) |
| basic_chset & | operator|= (basic_chset const &x) |
| basic_chset & | operator&= (basic_chset const &x) |
| basic_chset & | operator-= (basic_chset const &x) |
| basic_chset & | operator^= (basic_chset const &x) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |