Puma Reference Manual | Puma: Puma::StrCol Class Reference |
#include <StrCol.h>
Static Public Member Functions | |
static bool | isSpace (const char c) |
static bool | onlySpaces (const char *) |
static bool | effectivelyDifferent (const char *, const char *) |
static char * | buildString (Unit *) |
static char * | dup (const char *) |
static char * | dup (const char *, int) |
Protected Member Functions | |
StrCol () |
Puma::StrCol::StrCol | ( | ) | [inline, protected] |
static char* Puma::StrCol::buildString | ( | Unit * | ) | [static] |
static char* Puma::StrCol::dup | ( | const char * | ) | [static] |
static char* Puma::StrCol::dup | ( | const char * | , |
int | |||
) | [static] |
static bool Puma::StrCol::effectivelyDifferent | ( | const char * | , |
const char * | |||
) | [static] |
static bool Puma::StrCol::isSpace | ( | const char | c | ) | [static] |
static bool Puma::StrCol::onlySpaces | ( | const char * | ) | [static] |