June 1, 2012
Report

The stringTricks Utility Library

Abstract

Introduction In many, many places throughout the code base there is a need to perform operations on STL std::string text strings that are not supported by the std::string class. Over the years, we have developed a library of useful string manipulation functions. That library, dened by the le stringTricks.h and implemented by stringTricks.cpp is the focus of this document. The primary documentation for the stringTricks library is the Doxygen-generated HTML documentation associated with the above source les. That documentation set is automat- ically built based on the source code itself. It provides the most detailed, most up-to-date descriptions of the code. The document you are reading now is supplemental. If contra- dictions between this document and the Doxygen-generated documentation are found, the Doxygen-generated documentation should be considered correct.

Revised: September 30, 2014 | Published: June 1, 2012

Citation

Hubbard C.W. 2012. The stringTricks Utility Library Richland, WA: Pacific Northwest National Laboratory.