BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Namespaces | Macros | Functions
filesystem.h File Reference
#include <sys/types.h>
#include <sys/stat.h>
#include <string>
#include <fstream>
#include "string.h"
Include dependency graph for filesystem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 bc
 The Evaluator determines if an expression needs to be greedily optimized.
 
 bc::filesystem
 

Macros

#define BC_FILE_SEPERATOR   '/'
 

Functions

bool bc::filesystem::directory_exists (const std::string &name)
 
int bc::filesystem::mkdir (const std::string &name)
 
bool bc::filesystem::file_exists (const std::string &name)
 
bc::string bc::filesystem::make_path (const bc::string &path)
 
template<class... Strs>
bc::string bc::filesystem::make_path (const bc::string &str, const Strs &... strs)
 

Macro Definition Documentation

◆ BC_FILE_SEPERATOR

#define BC_FILE_SEPERATOR   '/'