My Project
builddir
build
BUILD
coin-or-OS-2.10.3-build
OS-releases-2.10.3
OS
src
OSUtils
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
34
std::string
writeStringData
(std::string str);
35
36
std::string
makeStringFromInt
(std::string theString,
int
theInt);
37
writeStringData
std::string writeStringData(std::string str)
writeStringData
Definition
OSStringUtil.cpp:38
makeStringFromInt
std::string makeStringFromInt(std::string theString, int theInt)
Definition
OSStringUtil.cpp:55
Generated by
1.12.0