Stun Server  Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
stringhelper.h File Reference
#include <string>
Include dependency graph for stringhelper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 StringHelper
 

Functions

bool StringHelper::IsNullOrEmpty (const char *psz)
 
void StringHelper::ToLower (std::string &str)
 
void StringHelper::Trim (std::string &str)
 
int StringHelper::ValidateNumberString (const char *psz, int nMinValue, int nMaxValue, int *pnResult)