Allolib  1.0
C++ Components For Interactive Multimedia
al::FileList Class Reference

#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

FilePathoperator() ()
 return currently selected file in list
 
FilePathselect (int i)
 find a file in list
 
FilePathnext ()
 
FilePathprev ()
 
int count ()
 
void sort ()
 
void print (std::ostream &stream=std::cout) const
 
FilePathoperator[] (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< FilePathmFiles
 

Detailed Description

Keeps a list of files

Definition at line 450 of file al_File.hpp.


The documentation for this class was generated from the following file: