#include <DdlFile.h>
Inherits CifFile.
Inherited by DicFile.
Inheritance diagram for DdlFile:
Public Member Functions | |
DdlFile () | |
DdlFile (const eFileMode fileMode, const string &objFileName, const bool verbose=false, const StringCompare::eCompareType caseSense=StringCompare::eCASE_SENSITIVE, const unsigned int maxLineLength=STD_CIF_LINE_LENGTH, const string &nullValue=CifString::NullValue) | |
~DdlFile () | |
int | Write (const string &cifFileName, ISTable *format) |
int | Write (ostream &cifo, ISTable *format) |
int | Write (const string &cifFileName, TableFile *ddl, ISTable *format) |
int | Write (ostream &cifo, TableFile *ddl, ISTable *format) |
void | Compress (DdlFile *ddl) |
DdlFile::DdlFile | ( | ) | [inline] |
DdlFile::DdlFile | ( | const eFileMode | fileMode, | |
const string & | objFileName, | |||
const bool | verbose = false , |
|||
const StringCompare::eCompareType | caseSense = StringCompare::eCASE_SENSITIVE , |
|||
const unsigned int | maxLineLength = STD_CIF_LINE_LENGTH , |
|||
const string & | nullValue = CifString::NullValue | |||
) | [inline] |
DdlFile::~DdlFile | ( | ) | [inline] |
int DdlFile::Write | ( | const string & | cifFileName, | |
ISTable * | format | |||
) |
int DdlFile::Write | ( | ostream & | cifo, | |
ISTable * | format | |||
) |
int DdlFile::Write | ( | const string & | cifFileName, | |
TableFile * | ddl, | |||
ISTable * | format | |||
) |
int DdlFile::Write | ( | ostream & | cifo, | |
TableFile * | ddl, | |||
ISTable * | format | |||
) |
void DdlFile::Compress | ( | DdlFile * | ddl | ) |