library of assembled shared sources |
http://lass.cocamware.com |
#include <string_cast.h>
Public Member Functions | |
StringCast (const std::string &in) | |
~StringCast () | |
template<typename In > | |
StringCast (const In &in) | |
const bool | read (std::string &out) |
template<typename Out > | |
const bool | read (Out &out) |
Private Attributes | |
std::stringstream | buffer_ |
Definition at line 66 of file string_cast.h.
lass::util::impl::StringCast::StringCast | ( | const std::string & | in | ) | [inline] |
Definition at line 69 of file string_cast.h.
lass::util::impl::StringCast::~StringCast | ( | ) | [inline] |
Definition at line 73 of file string_cast.h.
lass::util::impl::StringCast::StringCast | ( | const In & | in | ) | [inline] |
const bool lass::util::impl::StringCast::read | ( | std::string & | out | ) | [inline] |
Definition at line 83 of file string_cast.h.
References buffer_.
Referenced by lass::util::stringCast().
const bool lass::util::impl::StringCast::read | ( | Out & | out | ) | [inline] |
std::stringstream lass::util::impl::StringCast::buffer_ [private] |
Generated on Mon Nov 10 14:22:20 2008 for Library of Assembled Shared Sources by 1.5.7.1 |