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