#include "gft_string.h"
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) |