#include <dSearchPath.h>
Public Member Functions | |
Results () | |
Results (const Results ©) | |
void | operator= (const Results ©) |
~Results () | |
void | clear () |
Removes all the files from the list. | |
int | get_num_files () const |
Returns the number of files on the result list. | |
const Filename & | get_file (int n) const |
Returns the nth file on the result list. | |
void | add_file (const Filename &file) |
Adds a new file to the result list. | |
Private Types | |
typedef pvector< Filename > | Files |
Private Attributes | |
Files | _files |
|
Definition at line 64 of file dSearchPath.h. |
|
Definition at line 35 of file dSearchPath.cxx. |
|
Definition at line 46 of file dSearchPath.cxx. References _files. |
|
Definition at line 71 of file dSearchPath.cxx. |
|
Adds a new file to the result list.
Definition at line 123 of file dSearchPath.cxx. References DSearchPath::_directories. |
|
Removes all the files from the list.
Definition at line 83 of file dSearchPath.cxx. References _files. |
|
Returns the nth file on the result list.
Definition at line 109 of file dSearchPath.cxx. |
|
Returns the number of files on the result list.
Definition at line 96 of file dSearchPath.cxx. References _files. |
|
Definition at line 59 of file dSearchPath.cxx. |
|
Definition at line 65 of file dSearchPath.h. Referenced by clear(), get_num_files(), and Results(). |