Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
Loading...
Searching...
No Matches
data.cpp File Reference
#include "common/data.h"
#include <filesystem>
#include <fstream>
#include <stdexcept>
#include <string>
#include "config.h"
Include dependency graph for data.cpp:

Namespaces

namespace  common

Functions

auto common::get_data_path () -> std::string
auto common::get_data_file_path (const std::string &file_path) -> std::string
auto common::get_data_file_path_unchecked (const std::string &file_path) -> std::string
auto common::get_data_file (const std::string &path) -> std::ifstream
auto common::get_data_file_unchecked (const std::string &path) -> std::ifstream