stdex
Additional custom or not Standard C++ covered algorithms
|
This is the complete list of members for stdex::parser::basic_roman_numeral< T >, including all inherited members.
basic_integer(const std::locale &locale=std::locale()) (defined in stdex::parser::basic_integer< T >) | stdex::parser::basic_integer< T > | inline |
basic_parser(const std::locale &locale=std::locale()) (defined in stdex::parser::basic_parser< T >) | stdex::parser::basic_parser< T > | inline |
basic_roman_numeral(const std::shared_ptr< basic_parser< T > > &digit_1, const std::shared_ptr< basic_parser< T > > &digit_5, const std::shared_ptr< basic_parser< T > > &digit_10, const std::shared_ptr< basic_parser< T > > &digit_50, const std::shared_ptr< basic_parser< T > > &digit_100, const std::shared_ptr< basic_parser< T > > &digit_500, const std::shared_ptr< basic_parser< T > > &digit_1000, const std::shared_ptr< basic_parser< T > > &digit_5000, const std::shared_ptr< basic_parser< T > > &digit_10000, const std::locale &locale=std::locale()) (defined in stdex::parser::basic_roman_numeral< T >) | stdex::parser::basic_roman_numeral< T > | inline |
do_match(_In_reads_or_z_opt_(end) const T *text, size_t start=0, size_t end=SIZE_MAX, int flags=match_default) (defined in stdex::parser::basic_roman_numeral< T >) | stdex::parser::basic_roman_numeral< T > | inlineprotectedvirtual |
interval | stdex::parser::basic_parser< T > | |
invalidate() (defined in stdex::parser::basic_integer< T >) | stdex::parser::basic_integer< T > | inlinevirtual |
m_digit_1 (defined in stdex::parser::basic_roman_numeral< T >) | stdex::parser::basic_roman_numeral< T > | protected |
m_digit_10 (defined in stdex::parser::basic_roman_numeral< T >) | stdex::parser::basic_roman_numeral< T > | protected |
m_digit_100 (defined in stdex::parser::basic_roman_numeral< T >) | stdex::parser::basic_roman_numeral< T > | protected |
m_digit_1000 (defined in stdex::parser::basic_roman_numeral< T >) | stdex::parser::basic_roman_numeral< T > | protected |
m_digit_10000 (defined in stdex::parser::basic_roman_numeral< T >) | stdex::parser::basic_roman_numeral< T > | protected |
m_digit_5 (defined in stdex::parser::basic_roman_numeral< T >) | stdex::parser::basic_roman_numeral< T > | protected |
m_digit_50 (defined in stdex::parser::basic_roman_numeral< T >) | stdex::parser::basic_roman_numeral< T > | protected |
m_digit_500 (defined in stdex::parser::basic_roman_numeral< T >) | stdex::parser::basic_roman_numeral< T > | protected |
m_digit_5000 (defined in stdex::parser::basic_roman_numeral< T >) | stdex::parser::basic_roman_numeral< T > | protected |
m_locale (defined in stdex::parser::basic_parser< T >) | stdex::parser::basic_parser< T > | protected |
match(_In_reads_or_z_opt_(end) const T *text, size_t start=0, size_t end=SIZE_MAX, int flags=match_default) (defined in stdex::parser::basic_parser< T >) | stdex::parser::basic_parser< T > | inline |
match(const std::basic_string_view< T, std::char_traits< T > > text, size_t start=0, size_t end=SIZE_MAX, int flags=match_default) (defined in stdex::parser::basic_parser< T >) | stdex::parser::basic_parser< T > | inline |
search(_In_reads_or_z_opt_(end) const T *text, size_t start=0, size_t end=SIZE_MAX, int flags=match_default) (defined in stdex::parser::basic_parser< T >) | stdex::parser::basic_parser< T > | inline |
value | stdex::parser::basic_integer< T > | |
~basic_parser() (defined in stdex::parser::basic_parser< T >) | stdex::parser::basic_parser< T > | inlinevirtual |