library of assembled shared sources |
http://lass.cocamware.com |
Static Public Member Functions | |
template<typename Char , typename Traits , typename T > | |
static bool | read (std::basic_istream< Char, Traits > &stream, T &value, Char inter_seperator, Char, Char closer) |
Static Private Member Functions | |
static bool | cast (const std::string &buffer, std::string &value) |
template<typename T > | |
static bool | cast (const std::string &buffer, T &value) |
Definition at line 110 of file extended_io.inl.
static bool lass::stde::impl::value_traits::read | ( | std::basic_istream< Char, Traits > & | stream, | |
T & | value, | |||
Char | inter_seperator, | |||
Char | , | |||
Char | closer | |||
) | [inline, static] |
Definition at line 113 of file extended_io.inl.
References cast(), and lass::stde::impl::eat_whitespace().
static bool lass::stde::impl::value_traits::cast | ( | const std::string & | buffer, | |
std::string & | value | |||
) | [inline, static, private] |
Definition at line 139 of file extended_io.inl.
References lass::stde::rstrip().
Referenced by read().
static bool lass::stde::impl::value_traits::cast | ( | const std::string & | buffer, | |
T & | value | |||
) | [inline, static, private] |
Definition at line 145 of file extended_io.inl.
Generated on Mon Nov 10 14:22:16 2008 for Library of Assembled Shared Sources by 1.5.7.1 |