SimpleFastOpenAtomicVisualiser
Loading...
Searching...
No Matches
Classes | Functions
config.h File Reference
#include <filesystem>
#include <fstream>
#include <sstream>
#include <string>
#include <vector>
#include <algorithm>
#include <array>
#include <structure.h>
Include dependency graph for config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CONFIG
 Read CONFIG files. More...
 

Functions

bool ostensiblyCONFIGLike (std::filesystem::path path)
 Check if a path is CONFIG'y.
 

Function Documentation

◆ ostensiblyCONFIGLike()

bool ostensiblyCONFIGLike ( std::filesystem::path  path)

Check if a path is CONFIG'y.

Parameters
paththe path to check.
Returns
true if
  • The path stem is CONFIG, REVCON, CFGMIN, or HISTORY.
  • The extension is one of the above.
  • The above cases any type-case.
false false otherwise.