#include <filelist.h>
Inheritance diagram for FileList::
Public Methods | |
FileList (Line &line) | |
std::string | get_link () |
std::string | get_link (std::string current_dir) |
bool | operator! () const |
class not a tag?;. More... | |
Private Types | |
typedef std::list< File > | file_list |
typedef file_list::iterator | file_list_it |
enum | ListSort { UP, DOWN, NONE_LIST } |
Private Methods | |
ListSort | get_list_sort (std::string s) |
file_list | get_files (std::string current_dir) |
Private Attributes | |
ListSort | listsort |
bool | valid_tag |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from FileLink. |
|
get the link, by using the directory that was set with set_dir() before Reimplemented from FileLink. |
|
|
|
class not a tag?;.
Reimplemented from FileLink. |
|
|
|
|