Test for SI Reference.
More...
#include <stdex/parser.hpp>
|
| basic_si_reference (const std::shared_ptr< basic_parser< T > > &space, const std::locale &locale=std::locale()) |
|
virtual void | invalidate () |
|
| basic_parser (const std::locale &locale=std::locale()) |
|
bool | search (_In_reads_or_z_opt_(end) const T *text, size_t start=0, size_t end=SIZE_MAX, int flags=match_default) |
|
bool | match (_In_reads_or_z_opt_(end) const T *text, size_t start=0, size_t end=SIZE_MAX, int flags=match_default) |
|
bool | 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) |
|
|
virtual bool | do_match (_In_reads_or_z_opt_(end) const T *text, size_t start=0, size_t end=SIZE_MAX, int flags=match_default) |
|
|
static bool | check11 (const T *part1, size_t num_part1) |
|
static bool | check11 (const T *part1, size_t num_part1, const T *part2, size_t num_part2) |
|
static bool | check11 (const T *part1, size_t num_part1, const T *part2, size_t num_part2, const T *part3, size_t num_part3) |
|
template<class T>
class stdex::parser::basic_si_reference< T >
Test for SI Reference.
This is one utterly convoluted reference scheme used by Slovenian banks providing only poor integrity detection. 🤦
- See also
- Navodila za izpolnjevanje obrazca UPN – Univerzalni plačilni nalog
◆ do_match()
template<class T >
virtual bool stdex::parser::basic_si_reference< T >::do_match |
( |
_In_reads_or_z_opt_(end) const T * | text, |
|
|
size_t | start = 0, |
|
|
size_t | end = SIZE_MAX, |
|
|
int | flags = match_default ) |
|
inlineprotectedvirtual |
◆ invalidate()
The documentation for this class was generated from the following file: