Virtual File System (VFS) directory listing entry class.
More...
#include <virtual_directory_listing_entry.h>
List of all members.
Detailed Description
Virtual File System (VFS) directory listing entry class.
Constructor & Destructor Documentation
CL_VirtualDirectoryListingEntry::CL_VirtualDirectoryListingEntry |
( |
|
) |
|
virtual CL_VirtualDirectoryListingEntry::~CL_VirtualDirectoryListingEntry |
( |
|
) |
[virtual] |
Member Function Documentation
CL_String CL_VirtualDirectoryListingEntry::get_filename |
( |
|
) |
|
Returns the file name of the item in the listing.
bool CL_VirtualDirectoryListingEntry::is_directory |
( |
|
) |
|
Returns true if item is a directory.
bool CL_VirtualDirectoryListingEntry::is_hidden |
( |
|
) |
|
Returns true if item is hidden.
bool CL_VirtualDirectoryListingEntry::is_readable |
( |
|
) |
|
Returns true if item is readable.
bool CL_VirtualDirectoryListingEntry::is_writable |
( |
|
) |
|
Returns true if item is writable.
void CL_VirtualDirectoryListingEntry::set_directory |
( |
bool |
|
) |
|
void CL_VirtualDirectoryListingEntry::set_filename |
( |
const CL_String & |
|
) |
|
void CL_VirtualDirectoryListingEntry::set_hidden |
( |
bool |
|
) |
|
void CL_VirtualDirectoryListingEntry::set_readable |
( |
bool |
|
) |
|
void CL_VirtualDirectoryListingEntry::set_writable |
( |
bool |
|
) |
|
The documentation for this class was generated from the following file: