Searched defs:basic_charset (Results 1 – 1 of 1) sorted by relevance
20 struct basic_charset struct22 typedef basic_string_token<CharT> token;23 typedef std::set<std::size_t> index_set;25 token _token;26 index_set _index_set;28 basic_charset () in basic_charset() function32 basic_charset (const token &token_, const std::size_t index_) : in basic_charset() function38 bool empty () const in empty()43 void intersect (basic_charset &rhs_, basic_charset &overlap_) in intersect()