crypto_trader
Cryptocurrency Trading Bot API Documentation
Loading...
Searching...
No Matches
fileutils.h File Reference
#include <nlohmann/json.hpp>
#include <atomic>
#include <memory>
#include <string>
Include dependency graph for fileutils.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  crypto_trader::common::MonitorConfig

Namespaces

namespace  crypto_trader
namespace  crypto_trader::common

Typedefs

using crypto_trader::common::json = nlohmann::json

Enumerations

enum class  crypto_trader::common::ReadFileOptions { crypto_trader::common::ALL_CONTENTS , crypto_trader::common::LAST_LINE }

Functions

int crypto_trader::common::readFile (std::string *fileContents, const std::string &filepath, const ReadFileOptions &readFileOptions)
int crypto_trader::common::readJsonFile (json *parsedJson, const std::string &filepath)