GClasses
|
This class contains a list of files and a list of folders. The constructor populates these lists with the names of files and folders in the current working directory.
#include <GDirList.h>
Public Member Functions | |
GDirList () | |
~GDirList () | |
Public Attributes | |
std::vector< std::string > | m_files |
std::vector< std::string > | m_folders |
GClasses::GDirList::GDirList | ( | ) |
|
inline |
std::vector<std::string> GClasses::GDirList::m_files |
std::vector<std::string> GClasses::GDirList::m_folders |