#include <string>
#include <iostream>
#include <fstream>
#include <functional>
#include "CifFile.h"
#include "CifLoadReorganizer.h"
#include <sax2/SAX2XMLReader.hpp>
#include <util/XMLString.hpp>
Include dependency graph for misc_util.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | std |
Classes | |
class | StrX |
class | IsLostChar |
Functions | |
ostream & | operator<< (ostream &target, const StrX &toDump) |
string | toString (const XMLCh *toConvert) |
void | Error (string &err) |
void | DeleteFile (const string &fileName) |
void | ResurrectOrigItemNames (CifFile &cifFile, DictFileCont &cifBuilder) |
void | CorrectEmptyValuesOfMandatoryItems (CifFile &cifFile, DictFileCont &cifBuilder) |
void CorrectEmptyValuesOfMandatoryItems | ( | CifFile & | cifFile, | |
DictFileCont & | cifBuilder | |||
) |
void DeleteFile | ( | const string & | fileName | ) |
void Error | ( | string & | err | ) |
ostream& operator<< | ( | ostream & | target, | |
const StrX & | toDump | |||
) | [inline] |
void ResurrectOrigItemNames | ( | CifFile & | cifFile, | |
DictFileCont & | cifBuilder | |||
) |
string toString | ( | const XMLCh * | toConvert | ) |