ホーム › Storage.IndexServer › WORDREP_BREAK_TYPE
WORDREP_BREAK_TYPE
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| WORDREP_BREAK_EOW | 0 | 0x0 |
| WORDREP_BREAK_EOS | 1 | 0x1 |
| WORDREP_BREAK_EOP | 2 | 0x2 |
| WORDREP_BREAK_EOC | 3 | 0x3 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum WORDREP_BREAK_TYPE : int {
WORDREP_BREAK_EOW = 0,
WORDREP_BREAK_EOS = 1,
WORDREP_BREAK_EOP = 2,
WORDREP_BREAK_EOC = 3
} WORDREP_BREAK_TYPE;public enum WORDREP_BREAK_TYPE : int
{
WORDREP_BREAK_EOW = 0,
WORDREP_BREAK_EOS = 1,
WORDREP_BREAK_EOP = 2,
WORDREP_BREAK_EOC = 3,
}Public Enum WORDREP_BREAK_TYPE As Integer
WORDREP_BREAK_EOW = 0
WORDREP_BREAK_EOS = 1
WORDREP_BREAK_EOP = 2
WORDREP_BREAK_EOC = 3
End Enumimport enum
class WORDREP_BREAK_TYPE(enum.IntEnum):
WORDREP_BREAK_EOW = 0
WORDREP_BREAK_EOS = 1
WORDREP_BREAK_EOP = 2
WORDREP_BREAK_EOC = 3// WORDREP_BREAK_TYPE
pub const WORDREP_BREAK_EOW: i32 = 0;
pub const WORDREP_BREAK_EOS: i32 = 1;
pub const WORDREP_BREAK_EOP: i32 = 2;
pub const WORDREP_BREAK_EOC: i32 = 3;// WORDREP_BREAK_TYPE
const (
WORDREP_BREAK_EOW int32 = 0
WORDREP_BREAK_EOS int32 = 1
WORDREP_BREAK_EOP int32 = 2
WORDREP_BREAK_EOC int32 = 3
)const
WORDREP_BREAK_EOW = 0;
WORDREP_BREAK_EOS = 1;
WORDREP_BREAK_EOP = 2;
WORDREP_BREAK_EOC = 3;// WORDREP_BREAK_TYPE
pub const WORDREP_BREAK_EOW: i32 = 0;
pub const WORDREP_BREAK_EOS: i32 = 1;
pub const WORDREP_BREAK_EOP: i32 = 2;
pub const WORDREP_BREAK_EOC: i32 = 3;const
WORDREP_BREAK_EOW* = 0
WORDREP_BREAK_EOS* = 1
WORDREP_BREAK_EOP* = 2
WORDREP_BREAK_EOC* = 3enum WORDREP_BREAK_TYPE : int {
WORDREP_BREAK_EOW = 0,
WORDREP_BREAK_EOS = 1,
WORDREP_BREAK_EOP = 2,
WORDREP_BREAK_EOC = 3,
}#define global WORDREP_BREAK_EOW 0x0
#define global WORDREP_BREAK_EOS 0x1
#define global WORDREP_BREAK_EOP 0x2
#define global WORDREP_BREAK_EOC 0x3