My Project
OSStringUtil.h
Go to the documentation of this file.
1/* $Id: OSStringUtil.h 2698 2009-06-09 04:14:07Z kmartin $ */
16/* There is no OSxL schema. Instead, OSxL is used to denote an arbitrary schema or the
17 * entire collection of schemas. This file contains some utility routines that are used
18 * in other specific schema writers, such as OSiLWriter, etc.
19 */
20
21#include <sstream>
22
34std::string writeStringData(std::string str);
35
36std::string makeStringFromInt(std::string theString, int theInt);
37
std::string writeStringData(std::string str)
writeStringData
std::string makeStringFromInt(std::string theString, int theInt)