OEGetTokenizer

OETokenizerBase *OEGetTokenizer(unsigned int fmt, unsigned int flavor)

Returns an OETokenizerBase implementation for the specified fmt and flavor specified by constants in the OEFormat and OEIFlavor namespaces respectively. Tokenizers are the underlying implementation of how the oemolithread can chunk up a molecule file into a string token for each molecule. Most users will find it more convenient to use oemolthreadbase.GetMol method to retrieve molecule tokens as strings from a file.