Virtual File System (VFS) directory listing entry class.
More...
#include <directory_listing_entry.h>
Virtual File System (VFS) directory listing entry class.
clan::DirectoryListingEntry::DirectoryListingEntry |
( |
| ) |
|
virtual clan::DirectoryListingEntry::~DirectoryListingEntry |
( |
| ) |
|
|
virtual |
std::string clan::DirectoryListingEntry::get_filename |
( |
| ) |
|
Returns the file name of the item in the listing.
bool clan::DirectoryListingEntry::is_directory |
( |
| ) |
|
Returns true if item is a directory.
bool clan::DirectoryListingEntry::is_hidden |
( |
| ) |
|
Returns true if item is hidden.
bool clan::DirectoryListingEntry::is_readable |
( |
| ) |
|
Returns true if item is readable.
bool clan::DirectoryListingEntry::is_writable |
( |
| ) |
|
Returns true if item is writable.
void clan::DirectoryListingEntry::set_directory |
( |
bool |
| ) |
|
void clan::DirectoryListingEntry::set_filename |
( |
const std::string & |
| ) |
|
void clan::DirectoryListingEntry::set_hidden |
( |
bool |
| ) |
|
void clan::DirectoryListingEntry::set_readable |
( |
bool |
| ) |
|
void clan::DirectoryListingEntry::set_writable |
( |
bool |
| ) |
|
The documentation for this class was generated from the following file: