Euphoria
eu::io::FileList Struct Reference

#include <vfs.h>

Public Member Functions

void add (const ListedFile &file)
 
void add (const std::string &n, bool b, bool f)
 

Public Attributes

std::map< std::string, ListedFilefiles
 
std::map< std::string, ListedFilefolders
 

Detailed Description

Definition at line 25 of file vfs.h.

Member Function Documentation

◆ add() [1/2]

void eu::io::FileList::add ( const ListedFile file)

Definition at line 35 of file vfs.cc.

◆ add() [2/2]

void eu::io::FileList::add ( const std::string &  n,
bool  b,
bool  f 
)

Definition at line 47 of file vfs.cc.

Member Data Documentation

◆ files

std::map<std::string, ListedFile> eu::io::FileList::files

Definition at line 27 of file vfs.h.

◆ folders

std::map<std::string, ListedFile> eu::io::FileList::folders

Definition at line 28 of file vfs.h.


The documentation for this struct was generated from the following files: