#include <TmpFilenames.h>
Inheritance diagram for PLearn::TmpFilenames:


Public Member Functions | |
| TmpFilenames (int nfiles=0, const string directory="/tmp/", const string prefix="") | |
| TmpFilenames (const TmpFilenames &other) | |
| void | operator= (const TmpFilenames &other) |
| string | addFilename (const string directory="/tmp/", const string prefix="") |
| Creates a new file and appends its name to the TmpFilenames. | |
| char * | newFile (const string directory="/tmp/", const string prefix="") |
| DEPRECATED : please use above method instead (addFilename). | |
|
||||||||||||||||
|
Definition at line 51 of file TmpFilenames.cc. References addFilename(), and k. |
|
|
Definition at line 57 of file TmpFilenames.cc. References operator=(). |
|
||||||||||||
|
Creates a new file and appends its name to the TmpFilenames.
Definition at line 69 of file TmpFilenames.cc. References PLearn::newFilename(). Referenced by PLearn::displayVarGraph(), PLearn::fullyRebalance2Classes(), PLearn::matlabR11eigs(), PLearn::OldDisplayVarGraph(), PLearn::Learner::test(), TmpFilenames(), and PLearn::EmbeddedSequentialLearner::train(). |
|
||||||||||||
|
DEPRECATED : please use above method instead (addFilename).
Definition at line 76 of file TmpFilenames.cc. References PLERROR. |
|
|
Definition at line 60 of file TmpFilenames.cc. References k, resize(), and PLearn::TVec< string >::size(). Referenced by TmpFilenames(). |
1.3.7