SYMBOL INDEX (40 symbols across 2 files) FILE: example.cpp function main (line 5) | int main() { FILE: verbalexpressions.hpp type verex (line 45) | namespace verex class verex (line 48) | class verex type Flags (line 60) | enum Flags { method flag_type (line 71) | flag_type check_flags() const method reduce_lines (line 76) | std::string reduce_lines(const std::string & value) const method verex (line 88) | verex() : method verex (line 95) | verex& operator=(const verex& ve) = default; method verex (line 98) | verex & add(const std::string & value) method verex (line 105) | verex & start_of_line(const bool enable) method verex (line 111) | verex & start_of_line() method verex (line 116) | verex & end_of_line(const bool enable) method verex (line 122) | verex & end_of_line() method verex (line 127) | verex & then(const std::string & value) method verex (line 132) | verex & find(const std::string & value) method verex (line 137) | verex & maybe(const std::string & value) method verex (line 142) | verex & anything() method verex (line 147) | verex & anything_but(const std::string & value) method verex (line 152) | verex & something() method verex (line 157) | verex & something_but(const std::string & value) method replace (line 162) | std::string replace(const std::string & source, const std::string & ... method verex (line 171) | verex & linebreak() method verex (line 176) | verex & br() method verex (line 181) | verex & tab() method verex (line 186) | verex & word() method verex (line 191) | verex & any_of(const std::string & value) method verex (line 196) | verex & any(const std::string & value) method verex (line 201) | verex & range(const std::vector>... method verex (line 218) | verex & range(const std::string & a, const std::string & b) method verex (line 223) | verex & add_modifier(const char modifier) method verex (line 242) | verex & remove_modifier(const char modifier) method verex (line 262) | verex & with_any_case(const bool enable) method verex (line 273) | verex & with_any_case() method verex (line 278) | verex & search_one_line(const bool enable) method verex (line 289) | verex & search_one_line() method verex (line 294) | verex & search_global(const bool enable) method verex (line 305) | verex & search_global() method verex (line 310) | verex & multiple(const std::string & value) method verex (line 319) | verex & alt(const std::string & value) method test (line 334) | bool test(const std::string & value)