GClasses

GClasses::GDirList Class Reference

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. More...

#include <GDirList.h>

List of all members.

Public Member Functions

 GDirList ()
 ~GDirList ()

Public Attributes

std::vector< std::string > m_folders
std::vector< std::string > m_files

Detailed Description

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.


Constructor & Destructor Documentation

GClasses::GDirList::GDirList ( )
GClasses::GDirList::~GDirList ( ) [inline]

Member Data Documentation

std::vector<std::string> GClasses::GDirList::m_files
std::vector<std::string> GClasses::GDirList::m_folders