class AsciiFile


Definition#include <AsciiFile.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods

Protected Members


Detailed Description

 AsciiFile ( bool CreateBackup_bv=false, const char* BackupExt_Cv=".orig" )

AsciiFile

 AsciiFile ( const char* Name_Cv, bool CreateBackup_bv=false, const char* BackupExt_Cv=".orig" )

AsciiFile

 ~AsciiFile ()

~AsciiFile

bool  InsertFile ( AsciiFile& File_Cv, unsigned int BeforeLine_iv=0 )

InsertFile

bool  AppendFile ( AsciiFile& File_Cv )

AppendFile

bool  InsertFile ( string Name_Cv, unsigned int BeforeLine_iv=0 )

InsertFile

bool  AppendFile ( string Name_Cv )

AppendFile

bool  LoadFile ( string Name_Cv )

LoadFile

bool  UpdateFile ()

UpdateFile

bool  SaveToFile ( string Name_Cv )

SaveToFile

void  Append ( string Line_Cv )

Append

void  Insert ( unsigned int Before_iv, string Line_Cv )

Insert

void  Delete ( unsigned int Start_iv, unsigned int Cnt_iv )

Delete

void  Replace ( unsigned int Start_iv, unsigned int Cnt_iv, string Line_Cv )

Replace

const string&  operator [] ( unsigned int Index_iv )

operator []

[const]

string&  operator [] ( unsigned int Index_iv )

operator []

int  Find ( unsigned int Start_iv, string Pat_Cv )

Find

int  NumLines ()

NumLines

[const]

string  FileName ()

FileName

int  DifferentLine ( const AsciiFile& File_Cv )

DifferentLine

[const]

bool  AppendFile ( string Name_Cv, vector& Lines_Cr )

AppendFile

[protected]

bool  AppendFile ( AsciiFile& File_Cv, vector& Lines_Cr )

AppendFile

[protected]

bool BackupCreated_b

BackupCreated_b

[protected]

string BackupExtension_C

BackupExtension_C

[protected]

vector Lines_C

Lines_C

[protected]

string Name_C

Name_C

[protected]


Generated by: root on D60 on Mon Oct 20 16:15:28 2003, using kdoc 2.0a54.