
Public Member Functions | |
| lexical_stream () | |
| ~lexical_stream () | |
| bool | operator<< (Source &input) |
| template<typename InputStreamable> | |
| bool | operator>> (InputStreamable &output) |
| bool | operator>> (std::string &output) |
| bool | operator>> (std::wstring &output) |
Definition at line 185 of file lexical_cast.h.
| org::xmlBlaster::util::detail::lexical_stream< Target, Source >::lexical_stream | ( | ) |
Definition at line 188 of file lexical_cast.h.
| org::xmlBlaster::util::detail::lexical_stream< Target, Source >::~lexical_stream | ( | ) |
Definition at line 197 of file lexical_cast.h.
| bool org::xmlBlaster::util::detail::lexical_stream< Target, Source >::operator<< | ( | Source & | input | ) |
Definition at line 203 of file lexical_cast.h.
| bool org::xmlBlaster::util::detail::lexical_stream< Target, Source >::operator>> | ( | InputStreamable & | output | ) |
| bool org::xmlBlaster::util::detail::lexical_stream< Target, Source >::operator>> | ( | std::string & | output | ) |
Definition at line 214 of file lexical_cast.h.
| bool org::xmlBlaster::util::detail::lexical_stream< Target, Source >::operator>> | ( | std::wstring & | output | ) |
Definition at line 223 of file lexical_cast.h.