utilityClasses
General Utility Functions
Synopsis
Declared in <src/docs/mrdocs/modules/utility_classes.h>
struct utilityClasses;
Description
These functions are common to ROSETTA and ROSE (and are used within Sage III as well).
This library provides a practical location for functions common across different parts of the ROSE project. It currently contains string utilities, but could grow to include other shared functionality.
Internal: Currently the utility library contains only a single class representing string functions. Other types of functions could be added, although ROSE is not in serious need of refactoring to pull together common parts.
Created with MrDocs