Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

nci/suif/suif2b/common/MString.cpp File Reference

#include "MString.h"
#include "lstring.h"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>

Compounds

class  StringInner

Functions

int used (StringInner *x)
simple_stack<String>* split (const char *x,char separator)
 Split a string into a stack of elements, separated by a separator. More...


Variables

const String emptyString

Function Documentation

simple_stack<String>* split<String> ( const char * x,
char separator)

Split a string into a stack of elements, separated by a separator.

Parameters:
x   - the string to split up
separator   - the separator NOTE: repeated separators will produce an empty string. e.g. split("a b",' ') produces "a","","b" as output.

int used ( StringInner * x)


Variable Documentation

const String emptyString


Generated at Mon Jul 31 13:41:39 2000 for NCI SUIF by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000