btftoolchain
util.cpp File Reference
#include "helper/util.h"
#include <algorithm>
Include dependency graph for util.cpp:

Namespaces

 helper
 
 helper::util
 

Functions

std::string helper::util::wstrTostr (const std::wstring &in)
 Converts a wstirng to string. More...
 
std::wstring helper::util::strTowstr (const std::string &in)
 Converts a string to wstring. More...
 
void helper::util::getline (std::ifstream &file, std::string &out)
 wrapper for std::getline that removes CR (\r) at the end of the line. More...