ddc
Functions
LemmaInfoSerialize.h File Reference
#include "../CommonLib/bserialize.h"
Include dependency graph for LemmaInfoSerialize.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

size_t get_size_in_bytes (const CLemmaInfo &t)
 
size_t save_to_bytes (const CLemmaInfo &i, BYTE *buf)
 
size_t restore_from_bytes (CLemmaInfo &i, const BYTE *buf)
 

Function Documentation

◆ get_size_in_bytes()

size_t get_size_in_bytes ( const CLemmaInfo t)
inline

References CLemmaInfo::m_AccentModelNo, and CLemmaInfo::m_FlexiaModelNo.

Referenced by restore_from_bytes(), and save_to_bytes().

Here is the caller graph for this function:

◆ save_to_bytes()

size_t save_to_bytes ( const CLemmaInfo i,
BYTE buf 
)
inline

References get_size_in_bytes(), CLemmaInfo::m_AccentModelNo, CLemmaInfo::m_CommonAncode, and CLemmaInfo::m_FlexiaModelNo.

Here is the call graph for this function:

◆ restore_from_bytes()

size_t restore_from_bytes ( CLemmaInfo i,
const BYTE buf 
)
inline

References get_size_in_bytes(), CLemmaInfo::m_AccentModelNo, CLemmaInfo::m_CommonAncode, and CLemmaInfo::m_FlexiaModelNo.

Here is the call graph for this function: