struct Wakame::DictionaryInfo
- Wakame::DictionaryInfo
- Struct
- Value
- Object
Overview
Wrapper for the Wakame::Lib::DictionaryInfoT
structure
holding informations of a dictionary.
Included Modules
Defined in:
wakame/dict_info.crConstructors
Instance Method Summary
-
#charset : String
Character set of the dictionary.
-
#filename : String
Filename of the dictionary.
-
#lsize : UInt32
This method forwards the call to the underlying
Wakame::Lib::DictionaryInfoT
structure. -
#next : DictionaryInfo | Nil
This method forwards the call to the underlying
Wakame::Lib::DictionaryInfoT
structure, resolves the pointer returned, and returns the wrapped variant of it. -
#pointer : Pointer(Wakame::Lib::DictionaryInfoT)
Pointer to the underlying structure.
-
#rsize : UInt32
This method forwards the call to the underlying
Wakame::Lib::DictionaryInfoT
structure. -
#size : UInt32
This method forwards the call to the underlying
Wakame::Lib::DictionaryInfoT
structure. -
#system_dic? : Bool
Calls
DictionaryType#system_dic?
of the#type
. -
#type : Wakame::DictionaryInfo::DictionaryType
Dictionary type.
-
#unknown_dic? : Bool
Calls
DictionaryType#unknown_dic?
of the#type
. -
#user_dic? : Bool
Calls
DictionaryType#user_dic?
of the#type
. -
#version : UInt16
This method forwards the call to the underlying
Wakame::Lib::DictionaryInfoT
structure.
Constructor Detail
Instance Method Detail
This method forwards the call to the underlying Wakame::Lib::DictionaryInfoT
structure.
See Wakame::Lib::DictionaryInfoT#lsize
for details.
This method forwards the call to the underlying Wakame::Lib::DictionaryInfoT
structure,
resolves the pointer returned, and returns the wrapped variant of it.
See Wakame::Lib::DictionaryInfoT#next
for details on the underlying value.
This method forwards the call to the underlying Wakame::Lib::DictionaryInfoT
structure.
See Wakame::Lib::DictionaryInfoT#rsize
for details.
This method forwards the call to the underlying Wakame::Lib::DictionaryInfoT
structure.
See Wakame::Lib::DictionaryInfoT#size
for details.
This method forwards the call to the underlying Wakame::Lib::DictionaryInfoT
structure.
See Wakame::Lib::DictionaryInfoT#version
for details.