MySQL 9.1.0
Source Code Documentation
|
Functor that uses a function pointer to convert a multibyte sequence to a wide character. More...
#include <mb_wc.h>
Public Member Functions | |
Mb_wc_through_function_pointer (const CHARSET_INFO *cs) | |
int | operator() (my_wc_t *pwc, const uint8_t *s, const uint8_t *e) const |
Private Types | |
typedef int(* | mbwc_func_t) (const CHARSET_INFO *, my_wc_t *, const uint8_t *, const uint8_t *) |
Private Attributes | |
const mbwc_func_t | m_funcptr |
const CHARSET_INFO *const | m_cs |
Functor that uses a function pointer to convert a multibyte sequence to a wide character.
|
private |
|
inlineexplicit |
|
inline |
|
private |
|
private |