cstring.cc File Reference

#include "cstring.h"
#include <stdio.h>
#include <algorithm>
#include <cctype>
Include dependency graph for cstring.cc:

Functions

bool istok (const char c, const char *tok)
void stringtok (CStrings &l, const CString &str, const char *tok)

Function Documentation

bool istok ( const char  c,
const char *  tok 
)

istok () The function returns true if the character is a valid token, else the function returns false.

Referenced by stringtok().

void stringtok ( CStrings l,
const CString str,
const char *  tok 
)

stringtok () Split a string into tokens using the given token delimitor.

References istok().

Referenced by analyzeSDFG(), and InterconnectGraph::setUsage().

Here is the call graph for this function: