Open Chinese Convert 1.1.2
A project for conversion between Traditional and Simplified Chinese
|
Serializable dictionary interface. More...
#include <SerializableDict.hpp>
Public Member Functions | |
virtual void | SerializeToFile (FILE *fp) const =0 |
Serializes the dictionary and writes in to a file. More... | |
virtual void | SerializeToFile (const std::string &fileName) const |
Serializes the dictionary and writes in to a file. | |
Serializable dictionary interface.
|
pure virtual |
Serializes the dictionary and writes in to a file.
Implemented in opencc::BinaryDict, opencc::DartsDict, opencc::MarisaDict, opencc::SerializedValues, and opencc::TextDict.