Namespaces | Functions
gft_string.h File Reference
#include "gft_common.h"

Go to the source code of this file.

Namespaces

 gft
 Base namespace for common definitions and prototypes.
 
 gft::String
 

Functions

void gft::String::Trim (char *str)
 
void gft::String::SubString (char *str, int beginIndex, int endIndex)
 
void gft::String::ReplaceCharacter (char *str, char old_c, char new_c)