library of assembled shared sources

http://lass.cocamware.com

lass::stde::impl::value_traits Struct Reference
[Extended_io]


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)

Detailed Description

Definition at line 110 of file extended_io.inl.


Member Function Documentation

template<typename Char , typename Traits , typename T >
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().

template<typename T >
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.


The documentation for this struct was generated from the following file:

Generated on Mon Nov 10 14:22:16 2008 for Library of Assembled Shared Sources by doxygen 1.5.7.1
SourceForge.net Logo