TwiceAsNice  2019-02-18
Namespaces | Functions
helpers.h File Reference
#include <string>
#include <vector>
#include <stdint.h>
Include dependency graph for helpers.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 help
 This is namespace contains a set of helper functions.
 

Functions

std::string help::uShort2Str (const uint16_t val, bool hexOut=false)
 
uint16_t help::Str2uShort (const std::string &str, bool hexIn=false)
 
double help::Str2Double (const std::string &str)
 
std::vector< std::string > help::MakeTokens (const std::string &str, const std::string &separator)
 
std::string help::FixPath (const std::string &inDir)
 
uint16_t help::GetHighWord (uint32_t value)
 
uint16_t help::GetLowWord (uint32_t value)
 
uint8_t help::GetLowByte (uint16_t value)
 
uint8_t help::GetHighByte (uint16_t value)
 
std::string help::GetItemFromFindStr (const std::string &msg, const std::string &item)
 
uint32_t help::SizeT2Uint32 (size_t value)