~measurement-factory/squid/ftp-native

Viewing all changes in revision 12810.

  • Committer: Alex Rousskov
  • Date: 2014-08-07 17:20:27 UTC
  • Revision ID: rousskov@measurement-factory.com-20140807172027-tec6544maq0h8u2b
Added CharacterSet::complement() to create "all except those in that set" sets
handy for parsing (e.g., "get all characters until the end of line").

Added CharacterSet::rename() to label sets. Handy in const declarations that
use expressions. For example: const CharacterSet AB = (A+B).renamed("AB").

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: