senf::detail::lexical_stream< Target > Class Template Reference

List of all members.


Detailed Description

template<typename Target>
class senf::detail::lexical_stream< Target >

Definition at line 59 of file String.ct.


Public Member Functions

  lexical_stream ()
template<class Source >
bool  operator<< (const Source &input)
template<typename InputStreamable >
bool  operator>> (InputStreamable &output)
bool  operator>> (std::string &output)
bool  operator>> (std::wstring &output)

Constructor & Destructor Documentation

template<typename Target>
senf::detail::lexical_stream< Target >::
lexical_stream ()

Definition at line 65 of file String.ct.


Member Function Documentation

template<typename Target>
template<class Source >
bool senf::detail::lexical_stream< Target >::
operator<< ( const Source &  input )

Definition at line 72 of file String.ct.

template<typename Target>
bool senf::detail::lexical_stream< Target >::
operator>> ( std::wstring &  output )

Definition at line 90 of file String.ct.

template<typename Target>
bool senf::detail::lexical_stream< Target >::
operator>> ( std::string &  output )

Definition at line 85 of file String.ct.

template<typename Target>
template<typename InputStreamable >
bool senf::detail::lexical_stream< Target >::
operator>> ( InputStreamable &  output )

Definition at line 79 of file String.ct.


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