12 std::stringstream
in(loc.c_str());
16 in >> std::setiosflags(std::ios::boolalpha) >>
ret;
21 #ifndef CMS_CHAR_STREAM
27 #ifdef CMS_CHAR_STREAM //linux
29 oss().rdbuf()->freeze(0);
37 static boost::thread_specific_ptr<std::string> local_s;
38 if (!local_s.get()) local_s.reset(
new std::string);
44 #ifdef CMS_CHAR_STREAM
52 oss() << std::setiosflags(std::ios::boolalpha) <<
c;
53 #ifdef CMS_CHAR_STREAM
63 #ifdef CMS_CHAR_STREAM
const T & operator()(const T &c) const
const char * operator()(const unsigned short int &c) const
static std::string & localS()
std::ostringstream & oss() const