32 static bool WriteFile(std::string path, std::vector<uint8_t> content);
34 static std::vector<uint8_t>
ReadFile(std::string path);
static std::vector< uint8_t > ReadFile(std::string path)
static bool FileExists(std::string file)
static bool SetFilesBaseFolder(const std::string &path)
static const std::string & GetFilesBaseFolder()
static std::string _filesBaseFolder
static bool WriteFile(std::string path, std::vector< uint8_t > content)
This file contains definitions of common data structures used in traffic manager.