#include <BEntry.h>
Inheritance diagram for BEntryFile:
Public Member Functions | |
BEntryFile () | |
BEntryFile (BString filename) | |
Opens entryfile. | |
~BEntryFile () | |
int | open (BString filename) |
Opens entryfile. | |
int | read () |
Reads entry file and builds list. | |
int | write () |
Writes list to entryfile. | |
int | writeList (BEntryList &l) |
Writes specified list to file. | |
void | clear () |
Clears current list. | |
BString | filename () |
Returns the filename. | |
Private Attributes | |
BString | ofilename |
BString | ocomments |
BEntryFile::BEntryFile | ( | ) |
BEntryFile::BEntryFile | ( | BString | filename | ) |
Opens entryfile.
BEntryFile::~BEntryFile | ( | ) |
void BEntryFile::clear | ( | ) | [virtual] |
BString BEntryFile::filename | ( | ) |
Returns the filename.
int BEntryFile::open | ( | BString | filename | ) |
Opens entryfile.
int BEntryFile::read | ( | ) |
Reads entry file and builds list.
int BEntryFile::write | ( | ) |
Writes list to entryfile.
int BEntryFile::writeList | ( | BEntryList & | l | ) |
Writes specified list to file.
BString BEntryFile::ocomments [private] |
BString BEntryFile::ofilename [private] |