22#if defined(_MSC_VER) && (_MSC_VER >= 1020)
23#pragma warning(disable : 4251 4266 4350 4503 4512 4514 4710 4820)
32#include "Optional.hpp"
33#include "opencc_config.h"
46class MultiValueDictEntry;
47class NoValueDictEntry;
50class SerializableDict;
51class SingleValueDictEntry;
53typedef std::shared_ptr<Conversion> ConversionPtr;
54typedef std::shared_ptr<ConversionChain> ConversionChainPtr;
55typedef std::shared_ptr<Converter> ConverterPtr;
56typedef std::shared_ptr<Dict> DictPtr;
57typedef std::shared_ptr<DictGroup> DictGroupPtr;
58typedef std::shared_ptr<Lexicon> LexiconPtr;
59typedef std::shared_ptr<MarisaDict> MarisaDictPtr;
60typedef std::shared_ptr<Segmentation> SegmentationPtr;
61typedef std::shared_ptr<Segments> SegmentsPtr;
62typedef std::shared_ptr<SerializableDict> SerializableDictPtr;
63typedef std::shared_ptr<TextDict> TextDictPtr;
65#ifdef OPENCC_ENABLE_DARTS
68typedef std::shared_ptr<BinaryDict> BinaryDictPtr;
69typedef std::shared_ptr<DartsDict> DartsDictPtr;
75const std::string PACKAGE_DATA_DIRECTORY =
"";
77const std::string PACKAGE_DATA_DIRECTORY = PKGDATADIR
"/";
81#define VERSION "1.0.*"