|
Allolib
1.0
C++ Components For Interactive Multimedia
|
#include <C:/Users/Andres/source/repos/casm_viewer/external/tinc/external/allolib/include/al/io/al_File.hpp>
Public Types | |
| typedef std::vector< FilePath >::iterator | iterator |
Public Member Functions | |
| FilePath & | operator() () |
| return currently selected file in list | |
| FilePath & | select (int i) |
| find a file in list | |
| FilePath & | next () |
| FilePath & | prev () |
| int | count () |
| void | sort () |
| void | print (std::ostream &stream=std::cout) const |
| FilePath & | operator[] (int i) |
| iterator | begin () |
| iterator | end () |
| void | add (FilePath &fp) |
| void | add (FilePath &&fp) |
| void | add (FileList const &fl) |
| void | sort (bool(*f)(FilePath, FilePath)) |
Protected Attributes | |
| int | indx |
| std::vector< FilePath > | mFiles |
Keeps a list of files
Definition at line 450 of file al_File.hpp.