teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Static Public Member Functions | List of all members
teditor::DirCache Class Reference

#include <file_utils.h>

Static Public Member Functions

static DirCachegetInstance ()
 
static void forceUpdateAt (const std::string &dir, const Files &fs)
 
static void forceUpdateAt (const std::string &dir, const std::string &res)
 
static StringsgetDirContents (const std::string &dir)
 

Detailed Description

Cache the outputs of listDirRel for faster future access

Member Function Documentation

◆ getDirContents()

Strings & teditor::DirCache::getDirContents ( const std::string &  dir)
static

get the contents of dir

◆ getInstance()

DirCache & teditor::DirCache::getInstance ( )
static

method to return reference to the underlying singleton object


The documentation for this class was generated from the following files: