Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
include
FXKOI8RCodec.h
1
#ifndef FXKOI8RCODEC_H
2
#define FXKOI8RCODEC_H
3
4
#ifndef FXTEXTCODEC_H
5
#include "FXTextCodec.h"
6
#endif
7
8
9
10
namespace
FX
{
11
12
14
class
FXAPI
FXKOI8RCodec
:
public
FXTextCodec
{
15
FXDECLARE(
FXKOI8RCodec
)
16
public
:
17
FXKOI8RCodec
(){}
18
virtual
FXint mb2wc(FXwchar& wc,
const
FXchar* src,FXint nsrc)
const
;
19
virtual
FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc)
const
;
20
virtual
FXint mibEnum()
const
;
21
virtual
const
FXchar* name()
const
;
22
virtual
const
FXchar* mimeName()
const
;
23
virtual
const
FXchar*
const
* aliases()
const
;
24
virtual
~
FXKOI8RCodec
(){}
25
};
26
27
}
28
29
#endif
FX::FXTextCodec
Abstract base class for a stateless coder/decoder.
Definition:
FXTextCodec.h:34
FX::FXKOI8RCodec
KOI8-R Codec.
Definition:
FXKOI8RCodec.h:14
FX
Definition:
FX4Splitter.h:28
Copyright © 1997-2022 Jeroen van der Zijp