#include "babelconfig.h"
#include <iostream>
#include <fstream>
#include <sstream>
#include <sstream.h>
#include <string>
#include <vector>
#include <map>
#include "dlhandler.h"
Go to the source code of this file.
Namespaces | |
namespace | OpenBabel |
Classes | |
class | OBFormat |
Base class for file formats. More... | |
struct | CharPtrLess |
Case insensitive string comparison for FormatsMap key. More... | |
class | OBConversion |
Class to convert from one format to another. More... | |
Defines | |
#define | NOTREADABLE 0x01 |
For OBFormat::Flags(). | |
#define | READONEONLY 0x02 |
#define | READBINARY 0x04 |
#define | NOTWRITABLE 0x10 |
#define | WRITEONEONLY 0x20 |
#define | WRITEBINARY 0x40 |
#define | DEFAULTFORMAT 0x4000 |
Typedefs | |
typedef std::map< const char *, OBFormat *, CharPtrLess > | FMapType |
typedef FMapType::iterator | Formatpos |
#define NOTREADABLE 0x01 |
For OBFormat::Flags().
#define READONEONLY 0x02 |
#define READBINARY 0x04 |
#define NOTWRITABLE 0x10 |
#define WRITEONEONLY 0x20 |
#define WRITEBINARY 0x40 |
#define DEFAULTFORMAT 0x4000 |