ldas-tools-framecpp
2.5.8
|
#include <StringStream.hh>
Public Types | |
typedef std::istringstream | base_stream_type |
typedef base_stream_type::char_type | char_type |
typedef std::streamsize | streamsize_type |
typedef std::streamoff | streamoff_type |
typedef std::ios_base::seekdir | seekdir_type |
Public Member Functions | |
IStringStream (const std::string &Source, bool ByteSwap) | |
IStringStream (const char_type *Source, streamsize_type SourceSize, bool ByteSwap) | |
bool | good () const |
IStringStream & | seekg (streamsize_type Position) |
IStringStream & | seekg (streamoff_type Offset, seekdir_type Way) |
streamsize_type | tellg () |
template<typename L > | |
IStringStream & | operator>> (STRING< L > &Data) |
template<typename DT > | |
IStringStream & | operator>> (DT &Data) |
typedef std::istringstream FrameCPP::Common::IStringStream::base_stream_type |
typedef base_stream_type::char_type FrameCPP::Common::IStringStream::char_type |
typedef std::ios_base::seekdir FrameCPP::Common::IStringStream::seekdir_type |
typedef std::streamoff FrameCPP::Common::IStringStream::streamoff_type |
typedef std::streamsize FrameCPP::Common::IStringStream::streamsize_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |