_FindPrintType(const vector< string > &values) | CifFile | [protected] |
_IsQuotableText(const string &itemValue) | CifFile | [protected] |
_maxCifLineLength | CifFile | [protected] |
_nullValue | CifFile | [protected] |
_PrintHeaderedItems(ostream &cifo, const vector< string > &colNames, const vector< unsigned int > &colWidths, const vector< eIdentType > colPrintType) | CifFile | [protected] |
_PrintItemIdent(ostream &cifo, unsigned int &linePos) | CifFile | [protected] |
_PrintItemName(ostream &cifo, const string &category, const string &itemName, unsigned int &linePos) | CifFile | [protected] |
_PrintItemNameInHeader(ostream &cifo, const string &itemValue, unsigned int &linePos, const eIdentType identType=eNONE, const unsigned int width=0) | CifFile | [protected] |
_PrintItemValue(ostream &cifo, const string &itemValue, unsigned int &linePos, const eIdentType identType=eNONE, const unsigned int width=0) | CifFile | [protected] |
_PrintPostItemSeparator(ostream &cifo, unsigned int &linePos, const bool ident=false, const unsigned int numSpaces=1) | CifFile | [protected] |
_quotes | CifFile | [protected] |
_smartPrint | CifFile | [protected] |
_verbose | CifFile | [protected] |
CifFile(const StringCompare::eCompareType caseSense=StringCompare::eCASE_SENSITIVE) | CifFile | |
CifFile(const eFileMode fileMode, const string &fileName, const bool verbose=false, const StringCompare::eCompareType caseSense=StringCompare::eCASE_SENSITIVE, const unsigned int maxLineLength=STD_CIF_LINE_LENGTH, const string &nullValue=CifString::NullValue) | CifFile | |
ConvertEscapedString(const string &inString, string &outString) | CifFile | [private] |
DataChecking(CifFile &dicRef) | CifFile | |
eDOUBLE enum value | CifFile | |
eIdentType enum name | CifFile | [protected] |
eLEFT enum value | CifFile | [protected] |
eNONE enum value | CifFile | [protected] |
eQuoting enum name | CifFile | |
eRIGHT enum value | CifFile | [protected] |
eSINGLE enum value | CifFile | |
GetItemNames(vector< string > &itemNames, ISTable &isTable) | CifFile | [static] |
GetQuoting() | CifFile | |
GetVerbose() | CifFile | [inline] |
HEADER_SPACING | CifFile | [protected, static] |
Init() | CifFile | [private] |
IsSmartPrint() | CifFile | [inline] |
ItemsChecking(CifFile &ref, ofstream &log) | CifFile | [protected] |
MandatoryCategoryChecking(CifFile &ref, ofstream &log) | CifFile | [protected] |
SetQuoting(eQuoting quoting) | CifFile | |
SetSmartPrint(bool smartPrint=true) | CifFile | [inline] |
SMART_PRINT_SPACING | CifFile | [protected, static] |
STD_CIF_LINE_LENGTH | CifFile | [static] |
STD_PRINT_SPACING | CifFile | [protected, static] |
Write(const string &cifFileName, const bool sortTables=false, const bool writeEmptyTables=false) | CifFile | |
Write(const string &cifFileName, const vector< string > &tableOrder, const bool writeEmptyTables=false) | CifFile | |
Write(ostream &cifo, const bool sortTables=false, const bool writeEmptyTables=false) | CifFile | [protected] |
Write(ostream &cifo, const vector< string > &catOrder, const bool writeEmptyTables=false) | CifFile | [protected] |
Write(ostream &cifo, vector< unsigned int > &tables, const bool writeEmptyTables=false) | CifFile | [protected] |
~CifFile() | CifFile | |