#ifndef NET_MISC_FNC_H #define NET_MISC_FNC_H #include #include #include std::vector splitString(const char* p_inStr, char p_delim); #define SSTR( x ) dynamic_cast< std::ostringstream & >( \ ( std::ostringstream() << std::dec << x ) ).str() #endif