#include <loader.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. | |
LoaderFileType * | get_file_type (int n) const |
Returns the file type of the nth file on the result list. | |
void | add_file (const Filename &file, LoaderFileType *type) |
Adds a new file to the result list. | |
Private Types | |
typedef pvector< ConsiderFile > | Files |
Private Attributes | |
Files | _files |
|
|
|
Definition at line 31 of file loader.I. References INLINE. |
|
|
|
|
|
Adds a new file to the result list.
|
|
Removes all the files from the list.
|
|
Returns the nth file on the result list.
Definition at line 105 of file loader.I. References _files, Loader::ConsiderFile::_path, Loader::ConsiderFile::_type, and INLINE. |
|
Returns the file type of the nth file on the result list.
Definition at line 121 of file loader.I. References INLINE, Loader::load_file(), Loader::load_file_types(), and search(). |
|
Returns the number of files on the result list.
|
|
Definition at line 55 of file loader.I. References INLINE. |
|
Definition at line 72 of file loader.h. Referenced by clear(), get_file(), get_num_files(), and Results(). |