/home/coin/SVN-release/OS-2.4.0/OS/src/OSUtils/OSStringUtil.h

Go to the documentation of this file.
00001 /* $Id: OSStringUtil.h 2698 2009-06-09 04:14:07Z kmartin $ */
00016 /* There is no OSxL schema. Instead, OSxL is used to denote an arbitrary schema or the
00017  * entire collection of schemas. This file contains some utility routines that are used
00018  * in other specific schema writers, such as OSiLWriter, etc.
00019  */
00020 
00021 #include <sstream>
00022 
00034 std::string writeStringData(std::string str);
00035 
00036 std::string makeStringFromInt(std::string theString, int theInt);
00037 

Generated on Thu Sep 22 03:06:05 2011 by  doxygen 1.4.7