B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
B2BITS_StringUtils.h File Reference

Contains StringUtils template class definition. More...

#include <cstring>
#include <cstdlib>
#include <cctype>
#include <cwctype>
#include <cwchar>
#include <B2BITS_IntDefines.h>
+ Include dependency graph for B2BITS_StringUtils.h:
+ This graph shows which files directly or indirectly include this file:

Classes

class  Utils::StringUtils< CharT >
 Encapsulates generic std::string processing methods. More...
 
class  Utils::StringUtils< char >
 Encapsulates ASCII std::string processing methods. More...
 
class  Utils::StringUtils< wchar_t >
 Encapsulates Unicode std::string processing methods. More...
 

Namespaces

 Utils
 Utils namespace.
 

Functions

System::i64 Utils::atoi64 (const char *str)
 Converts a std::string to a 64-bit integer. More...
 
int Utils::stricmp (const char *string1, const char *string2)
 Performs a lowercase comparison of strings. More...
 
int Utils::strnicmp (const char *string1, const char *string2, std::size_t count)
 This function is called to make a case-insensitive comparison of two ANSI strings. More...
 
int Utils::wstrnicmp (const wchar_t *string1, const wchar_t *string2, std::size_t count)
 Compare characters of two strings without regard to case. More...
 
int Utils::wstrtoi (const wchar_t *string)
 Converts a wide-character std::string to an integer. More...
 
System::i64 Utils::wstrtoi64 (const wchar_t *str)
 Converts a std::string to a 64-bit integer. More...
 

Detailed Description

Contains StringUtils template class definition.