#include <time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "CifParserBase.h"
#include "CifSchemaMap.h"
Include dependency graph for CifSchemaMap.C:
Functions | |
static void | escapeString (string &outStr, const string &inStr) |
static void | _ConvertDataTypeXML (ostream &io, string dType) |
static void | _set_attribute_value_where (ISTable *t, const string &category, const string &attribute, const string &attributeChange, const string &valueChange) |
Variables | |
const long | _MAXFILESIZE = std::numeric_limits<std::streamsize>::max() |
const bool | _RCSBEXTENSIONS = true |
static void _ConvertDataTypeXML | ( | ostream & | io, | |
string | dType | |||
) | [static] |
static void _set_attribute_value_where | ( | ISTable * | t, | |
const string & | category, | |||
const string & | attribute, | |||
const string & | attributeChange, | |||
const string & | valueChange | |||
) | [static] |
static void escapeString | ( | string & | outStr, | |
const string & | inStr | |||
) | [static] |
const long _MAXFILESIZE = std::numeric_limits<std::streamsize>::max() |
const bool _RCSBEXTENSIONS = true |