#include <states.hpp>
Public Attributes | |
std::size_t | min |
std::size_t | max |
int | state_id |
bool | leading |
bool | greedy |
unsigned char | _map [1<< CHAR_BIT] |
unsigned int | can_be_null |
offset_type | alt |
syntax_element_type | type |
offset_type | next |
|
inherited |
|
inherited |
Referenced by boost::re_detail::basic_regex_parser< charT, traits >::parse_alt(), boost::re_detail::basic_regex_parser< charT, traits >::parse_perl_extension(), boost::re_detail::basic_regex_parser< charT, traits >::parse_repeat(), and boost::re_detail::basic_regex_parser< charT, traits >::unwind_alts().
|
inherited |
bool boost::re_detail::re_repeat::greedy |
bool boost::re_detail::re_repeat::leading |
std::size_t boost::re_detail::re_repeat::max |
std::size_t boost::re_detail::re_repeat::min |
|
inherited |
int boost::re_detail::re_repeat::state_id |
|
inherited |