ddc
|
Go to the source code of this file.
Classes | |
struct | CGramInfo |
CGramInfo represents one morphological pattern, for example "[SUB pl, sg]". More... | |
struct | CGramInfoAndGraphemUnitOffset |
Functions | |
size_t | get_size_in_bytes (const CGramInfo &i) |
size_t | save_to_bytes (const CGramInfo &i, BYTE *buf) |
size_t | restore_from_bytes (CGramInfo &i, const BYTE *buf) |
size_t | get_size_in_bytes (const CGramInfoAndGraphemUnitOffset &i) |
size_t | save_to_bytes (const CGramInfoAndGraphemUnitOffset &i, BYTE *buf) |
size_t | restore_from_bytes (CGramInfoAndGraphemUnitOffset &i, const BYTE *buf) |
|
inline |
References CGramInfo::m_Grammems, and CGramInfo::m_PartOfSpeechMask.
Referenced by get_size_in_bytes(), restore_from_bytes(), and save_to_bytes().
References get_size_in_bytes(), CGramInfo::m_Grammems, CGramInfo::m_Language, and CGramInfo::m_PartOfSpeechMask.
Referenced by save_to_bytes().
References get_size_in_bytes(), CGramInfo::m_Grammems, CGramInfo::m_Language, and CGramInfo::m_PartOfSpeechMask.
Referenced by restore_from_bytes().
|
inline |
References get_size_in_bytes(), CGramInfoAndGraphemUnitOffset::m_GramInfo, and CGramInfoAndGraphemUnitOffset::m_UnitOffset.
|
inline |
References get_size_in_bytes(), CGramInfoAndGraphemUnitOffset::m_GramInfo, CGramInfoAndGraphemUnitOffset::m_UnitOffset, and save_to_bytes().
|
inline |
References get_size_in_bytes(), CGramInfoAndGraphemUnitOffset::m_GramInfo, CGramInfoAndGraphemUnitOffset::m_UnitOffset, and restore_from_bytes().