Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
StrT.cpp File Reference
#include "pch.h"
#include "StrT.h"
#include "cHeap.h"
#include "StrT.inl"
#include "StrT.tbl"

Namespaces

 Gray
 < The main namespace for all Core functions.
 

Macros

#define TYPE   char
 
#define StrTTbl(returntype, name, args)   template GRAYCORE_LINK returntype GRAYCALL StrT::name<TYPE> args ;
 
#define TYPE   wchar_t
 

Detailed Description

String global functions as a template.

Macro Definition Documentation

◆ StrTTbl

#define StrTTbl (   returntype,
  name,
  args 
)    template GRAYCORE_LINK returntype GRAYCALL StrT::name<TYPE> args ;

◆ TYPE [1/2]

#define TYPE   char

◆ TYPE [2/2]

#define TYPE   wchar_t