GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
codecvt_u8 Class Reference

#include "oct-string.h"

Inheritance diagram for codecvt_u8:

Public Types

typedef char ExternT
 
typedef char InternT
 
typedef std::mbstate_t StateT
 

Public Member Functions

 codecvt_u8 (const std::string &enc)
 
virtual ~codecvt_u8 ()
 

Detailed Description

Definition at line 182 of file oct-string.h.

Member Typedef Documentation

◆ ExternT

typedef char codecvt_u8::ExternT

Definition at line 197 of file oct-string.h.

◆ InternT

typedef char codecvt_u8::InternT

Definition at line 196 of file oct-string.h.

◆ StateT

typedef std::mbstate_t codecvt_u8::StateT

Definition at line 198 of file oct-string.h.

Constructor & Destructor Documentation

◆ codecvt_u8()

codecvt_u8::codecvt_u8 ( const std::string &  enc)
inline

Definition at line 188 of file oct-string.h.

◆ ~codecvt_u8()

virtual codecvt_u8::~codecvt_u8 ( )
inlinevirtual

Definition at line 194 of file oct-string.h.


The documentation for this class was generated from the following file: