Program Listing for File StringUtility.h#
↰ Return to documentation for file (src/util/StringUtility/StringUtility.h)
#ifndef ROSE_StringUtility_H
#define ROSE_StringUtility_H
#include <Convert.h>
#include <Escape.h>
#include <NumberToString.h>
#include <Predicate.h>
#include <Replace.h>
#include <SplitJoin.h>
namespace Rose {
namespace StringUtility {}
// DQ (1/21/2010): Use this to turn off the use of #line in ROSETTA generated code.
#define SKIP_HASH_LINE_NUMBER_DECLARATIONS_IN_GENERATED_FILES
} // namespace
#endif