#include <StringStream.hh>
|
| 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) |
|
| 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) |
|
| 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) |
|
◆ base_stream_type [1/3]
◆ base_stream_type [2/3]
◆ base_stream_type [3/3]
◆ char_type [1/3]
◆ char_type [2/3]
◆ char_type [3/3]
◆ seekdir_type [1/3]
◆ seekdir_type [2/3]
◆ seekdir_type [3/3]
◆ streamoff_type [1/3]
◆ streamoff_type [2/3]
◆ streamoff_type [3/3]
◆ streamsize_type [1/3]
◆ streamsize_type [2/3]
◆ streamsize_type [3/3]
◆ IStringStream() [1/6]
FrameCPP::Common::IStringStream::IStringStream |
( |
const std::string & |
Source, |
|
|
bool |
ByteSwap |
|
) |
| |
|
inline |
◆ IStringStream() [2/6]
◆ IStringStream() [3/6]
FrameCPP::Common::IStringStream::IStringStream |
( |
const std::string & |
Source, |
|
|
bool |
ByteSwap |
|
) |
| |
◆ IStringStream() [4/6]
◆ IStringStream() [5/6]
FrameCPP::Common::IStringStream::IStringStream |
( |
const std::string & |
Source, |
|
|
bool |
ByteSwap |
|
) |
| |
◆ IStringStream() [6/6]
◆ good() [1/3]
bool FrameCPP::Common::IStringStream::good |
( |
| ) |
const |
|
inline |
◆ good() [2/3]
bool FrameCPP::Common::IStringStream::good |
( |
| ) |
const |
◆ good() [3/3]
bool FrameCPP::Common::IStringStream::good |
( |
| ) |
const |
◆ initialize() [1/3]
void FrameCPP::Common::IStringStream::initialize |
( |
| ) |
const |
|
inlineprivate |
◆ initialize() [2/3]
void FrameCPP::Common::IStringStream::initialize |
( |
| ) |
const |
|
private |
◆ initialize() [3/3]
void FrameCPP::Common::IStringStream::initialize |
( |
| ) |
const |
|
private |
◆ operator>>() [1/6]
◆ operator>>() [2/6]
◆ operator>>() [3/6]
◆ operator>>() [4/6]
◆ operator>>() [5/6]
◆ operator>>() [6/6]
◆ seekg() [1/6]
◆ seekg() [2/6]
◆ seekg() [3/6]
◆ seekg() [4/6]
◆ seekg() [5/6]
◆ seekg() [6/6]
◆ tellg() [1/3]
◆ tellg() [2/3]
◆ tellg() [3/3]
◆ byte_swap
bool FrameCPP::Common::IStringStream::byte_swap |
|
private |
◆ initialized
bool FrameCPP::Common::IStringStream::initialized |
|
mutableprivate |
◆ source_char_array
const char_type * FrameCPP::Common::IStringStream::source_char_array |
|
private |
◆ source_char_array_size
const streamsize_type FrameCPP::Common::IStringStream::source_char_array_size |
|
private |
◆ source_string
const std::string & FrameCPP::Common::IStringStream::source_string |
|
private |
◆ SOURCE_STRING_NULL
static const std::string FrameCPP::Common::IStringStream::SOURCE_STRING_NULL |
|
staticprivate |
◆ stream
The documentation for this class was generated from the following files:
- /build/ldas-tools-framecpp-2.8.1/debian/tmp/usr/include/framecpp/Common/StringStream.hh
- /build/ldas-tools-framecpp-2.8.1/obj-x86_64-linux-gnu/include/framecpp/Common/StringStream.hh
- /build/ldas-tools-framecpp-2.8.1/src/Common/StringStream.hh
- /build/ldas-tools-framecpp-2.8.1/src/Common/StringStream.cc