Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

Vstring class

Provides a collection of useful non-ANSI string functions. More...


Files

file  vstring.h
 Contains declarations for class Vstring.


Functions

int Vstring_strcasecmp (const char *s1, const char *s2)
 Case-insensitive string comparison (BSD standard).

int Vstring_isdigit (const char *tok)
 A modified sscanf that examines the complete string.


Detailed Description

Provides a collection of useful non-ANSI string functions.


Function Documentation

int Vstring_isdigit const char *    tok
 

A modified sscanf that examines the complete string.

Author:
Todd Dolinsky
Parameters:
tok  The string to examine
Returns:
1 if the entire string is an integer, 0 if otherwise.

int Vstring_strcasecmp const char *    s1,
const char *    s2
 

Case-insensitive string comparison (BSD standard).

Author:
Copyright (c) 1988-1993 The Regents of the University of California. Copyright (c) 1995-1996 Sun Microsystems, Inc.
Note:
Copyright (c) 1988-1993 The Regents of the University of California. Copyright (c) 1995-1996 Sun Microsystems, Inc.
Parameters:
s1  First string for comparison
s2  Second string for comparison
Returns:
An integer less than, equal to, or greater than zero if s1 is found, respectively, to be less than, to match, or be greater than s2. (Source: Linux man pages)


Generated on Tue Feb 17 09:27:33 2004 for APBS by doxygen1.2.18