Definition at line 37 of file strstream.h.
◆ StrStream()
fl::StrStream::StrStream |
( |
const Str & | str | ) |
|
|
inline |
◆ c_str()
const char * fl::StrStream::c_str |
( |
| ) |
const |
|
inline |
◆ operator<<() [1/10]
StrStream & fl::StrStream::operator<< |
( |
char | c | ) |
|
|
inline |
◆ operator<<() [2/10]
StrStream & fl::StrStream::operator<< |
( |
const char * | str | ) |
|
|
inline |
◆ operator<<() [3/10]
◆ operator<<() [4/10]
◆ operator<<() [5/10]
StrStream & fl::StrStream::operator<< |
( |
int16_t | n | ) |
|
|
inline |
◆ operator<<() [6/10]
StrStream & fl::StrStream::operator<< |
( |
int32_t | n | ) |
|
|
inline |
◆ operator<<() [7/10]
◆ operator<<() [8/10]
StrStream & fl::StrStream::operator<< |
( |
uint16_t | n | ) |
|
|
inline |
◆ operator<<() [9/10]
StrStream & fl::StrStream::operator<< |
( |
uint32_t | n | ) |
|
|
inline |
◆ operator<<() [10/10]
StrStream & fl::StrStream::operator<< |
( |
uint8_t | n | ) |
|
|
inline |
◆ operator=() [1/6]
StrStream & fl::StrStream::operator= |
( |
char | c | ) |
|
|
inline |
◆ operator=() [2/6]
StrStream & fl::StrStream::operator= |
( |
const char * | str | ) |
|
|
inline |
◆ operator=() [3/6]
◆ operator=() [4/6]
◆ operator=() [5/6]
StrStream & fl::StrStream::operator= |
( |
uint16_t | n | ) |
|
|
inline |
◆ operator=() [6/6]
StrStream & fl::StrStream::operator= |
( |
uint8_t | n | ) |
|
|
inline |
◆ setTreatCharAsInt()
void fl::StrStream::setTreatCharAsInt |
( |
bool | treatCharAsInt | ) |
|
|
inline |
◆ str()
const Str & fl::StrStream::str |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: