#include "oct-string.h"
|
bool | do_always_noconv () const throw () |
|
int | do_encoding () const throw () |
|
OCTAVE_API std::codecvt< InternT, ExternT, StateT >::result | do_in (StateT &state, const ExternT *from, const ExternT *from_end, const ExternT *&from_next, InternT *to, InternT *to_end, InternT *&to_next) const |
|
OCTAVE_API int | do_length (StateT &state, const ExternT *src, const ExternT *end, std::size_t max) const |
|
int | do_max_length () const throw () |
|
OCTAVE_API std::codecvt< InternT, ExternT, StateT >::result | do_out (StateT &state, const InternT *from, const InternT *from_end, const InternT *&from_next, ExternT *to, ExternT *to_end, ExternT *&to_next) const |
|
std::codecvt< InternT, ExternT, StateT >::result | do_unshift (StateT &, ExternT *to, ExternT *, ExternT *&to_next) const |
|
Definition at line 175 of file oct-string.h.
◆ ExternT
◆ InternT
◆ StateT
◆ codecvt_u8() [1/2]
◆ codecvt_u8() [2/2]
codecvt_u8::codecvt_u8 |
( |
const std::string & |
enc | ) |
|
|
inline |
◆ ~codecvt_u8()
virtual codecvt_u8::~codecvt_u8 |
( |
| ) |
|
|
inlinevirtual |
◆ do_always_noconv()
bool codecvt_u8::do_always_noconv |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlineprivate |
◆ do_encoding()
int codecvt_u8::do_encoding |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlineprivate |
◆ do_in()
◆ do_length()
◆ do_max_length()
int codecvt_u8::do_max_length |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlineprivate |
◆ do_out()
◆ do_unshift()
◆ operator=()
◆ m_enc
std::string codecvt_u8::m_enc |
|
private |
The documentation for this class was generated from the following file: