storage::AsciiFile Member List
This is the complete list of members for
storage::AsciiFile, including all inherited members.
| append(const string &Line_Cv) | storage::AsciiFile | |
| append(const std::list< string > &Lines_Cv) | storage::AsciiFile | |
| appendFile(AsciiFile &File_Cv) | storage::AsciiFile | |
| appendFile(const string &Name_Cv) | storage::AsciiFile | |
| appendFile(const string &Name_Cv, std::vector< string > &Lines_Cr) | storage::AsciiFile | [protected] |
| appendFile(AsciiFile &File_Cv, std::vector< string > &Lines_Cr) | storage::AsciiFile | [protected] |
| AsciiFile(bool CreateBackup_bv=false, const char *BackupExt_Cv=".orig") | storage::AsciiFile | |
| AsciiFile(const string &Name_Cv, bool CreateBackup_bv=false, const char *BackupExt_Cv=".orig") | storage::AsciiFile | |
| AsciiFile(const char *Name_Cv, bool CreateBackup_bv=false, const char *BackupExt_Cv=".orig") | storage::AsciiFile | |
| BackupCreated_b | storage::AsciiFile | [protected] |
| BackupExtension_C | storage::AsciiFile | [protected] |
| differentLine(const AsciiFile &File_Cv) const | storage::AsciiFile | |
| fileName() const | storage::AsciiFile | |
| find(unsigned int Start_iv, const string &Pat_Cv) const | storage::AsciiFile | |
| find(unsigned int Start_iv, Regex &Pat_Cv) const | storage::AsciiFile | |
| insert(unsigned int Before_iv, const string &Line_Cv) | storage::AsciiFile | |
| insertFile(AsciiFile &File_Cv, unsigned int BeforeLine_iv=0) | storage::AsciiFile | |
| insertFile(const string &Name_Cv, unsigned int BeforeLine_iv=0) | storage::AsciiFile | |
| Lines_C | storage::AsciiFile | [protected] |
| loadFile(const string &Name_Cv) | storage::AsciiFile | |
| Name_C | storage::AsciiFile | [protected] |
| numLines() const | storage::AsciiFile | |
| operator[](unsigned int Index_iv) const | storage::AsciiFile | |
| operator[](unsigned int Index_iv) | storage::AsciiFile | |
| remove(unsigned int Start_iv, unsigned int Cnt_iv) | storage::AsciiFile | |
| removeIfEmpty() | storage::AsciiFile | |
| replace(unsigned int Start_iv, unsigned int Cnt_iv, const string &Line_Cv) | storage::AsciiFile | |
| replace(unsigned int Start_iv, unsigned int Cnt_iv, const std::list< string > &Line_Cv) | storage::AsciiFile | |
| saveToFile(const string &Name_Cv) | storage::AsciiFile | |
| updateFile() | storage::AsciiFile | |
| ~AsciiFile() | storage::AsciiFile | |