Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::lexical_stream< Target, Source, Traits > Class Template Reference

#include <lexical_cast_old.hpp>

Public Member Functions

 lexical_stream (char_type *=0, char_type *=0)
 
 ~lexical_stream ()
 
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, typename Source, typename Traits>
boost::detail::lexical_stream< Target, Source, Traits >::lexical_stream ( char_type *  = 0,
char_type *  = 0 
)
inline
template<typename Target, typename Source, typename Traits>
boost::detail::lexical_stream< Target, Source, Traits >::~lexical_stream ( )
inline

Member Function Documentation

template<typename Target, typename Source, typename Traits>
bool boost::detail::lexical_stream< Target, Source, Traits >::operator<< ( const Source &  input)
inline
template<typename Target, typename Source, typename Traits>
template<typename InputStreamable >
bool boost::detail::lexical_stream< Target, Source, Traits >::operator>> ( InputStreamable &  output)
inline
template<typename Target, typename Source, typename Traits>
bool boost::detail::lexical_stream< Target, Source, Traits >::operator>> ( std::string &  output)
inline
template<typename Target, typename Source, typename Traits>
bool boost::detail::lexical_stream< Target, Source, Traits >::operator>> ( std::wstring &  output)
inline

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