#include <MRUFileList.h>
Collaboration diagram for PLearn::MRUFileList:
Public Types | |
typedef list< pair< string, ofstream * > > | list_typ |
Public Member Functions | |
MRUFileList (int _max_opened_files=1000, ios_base::openmode _mode=ios_base::out|ios_base::app) | |
~MRUFileList () | |
ofstream * | getFile (string fname) |
string | errorMsg () |
void | clearError () |
float | misses () |
Protected Attributes | |
int | max_opened_files |
string | error |
list_typ | mru_list |
int | tot_miss |
int | tot_access |
ios_base::openmode | mode |
|
Definition at line 63 of file MRUFileList.h. |
|
Definition at line 42 of file MRUFileList.cc. References mode. |
|
Definition at line 90 of file MRUFileList.cc. References mru_list. |
|
Definition at line 71 of file MRUFileList.h. References error. |
|
Definition at line 70 of file MRUFileList.h. References error. |
|
Definition at line 46 of file MRUFileList.cc. References error, fname, max_opened_files, mode, mru_list, tot_access, and tot_miss. |
|
Definition at line 74 of file MRUFileList.h. References tot_access, and tot_miss. |
|
Definition at line 78 of file MRUFileList.h. Referenced by clearError(), errorMsg(), and getFile(). |
|
Definition at line 77 of file MRUFileList.h. Referenced by getFile(). |
|
Definition at line 81 of file MRUFileList.h. Referenced by getFile(). |
|
Definition at line 79 of file MRUFileList.h. Referenced by getFile(), and ~MRUFileList(). |
|
Definition at line 80 of file MRUFileList.h. |
|
Definition at line 80 of file MRUFileList.h. |