A wrapper around an OuputStream that adds formatted output operations used within the Bond Standard Library.
More...
#include <bond/io/outputstreamadaptor.h>
A wrapper around an OuputStream that adds formatted output operations used within the Bond Standard Library.
◆ OutputStreamAdaptor()
Bond::OutputStreamAdaptor::OutputStreamAdaptor |
( |
OutputStream * |
stream | ) |
|
|
inlineexplicit |
◆ ClearFlags()
void Bond::OutputStreamAdaptor::ClearFlags |
( |
| ) |
|
|
inline |
◆ GetFlags()
int Bond::OutputStreamAdaptor::GetFlags |
( |
| ) |
const |
|
inline |
◆ GetPrecision()
int Bond::OutputStreamAdaptor::GetPrecision |
( |
| ) |
const |
|
inline |
◆ GetStream()
OutputStream * Bond::OutputStreamAdaptor::GetStream |
( |
| ) |
const |
|
inline |
◆ GetWidth()
int Bond::OutputStreamAdaptor::GetWidth |
( |
| ) |
const |
|
inline |
◆ Print() [1/8]
void Bond::OutputStreamAdaptor::Print |
( |
bool |
value | ) |
|
◆ Print() [2/8]
void Bond::OutputStreamAdaptor::Print |
( |
char |
value | ) |
|
◆ Print() [3/8]
void Bond::OutputStreamAdaptor::Print |
( |
const char * |
str | ) |
|
◆ Print() [4/8]
void Bond::OutputStreamAdaptor::Print |
( |
double |
value | ) |
|
◆ Print() [5/8]
void Bond::OutputStreamAdaptor::Print |
( |
int32_t |
value | ) |
|
◆ Print() [6/8]
void Bond::OutputStreamAdaptor::Print |
( |
int64_t |
value | ) |
|
◆ Print() [7/8]
void Bond::OutputStreamAdaptor::Print |
( |
uint32_t |
value | ) |
|
◆ Print() [8/8]
void Bond::OutputStreamAdaptor::Print |
( |
uint64_t |
value | ) |
|
◆ SetFlags()
void Bond::OutputStreamAdaptor::SetFlags |
( |
int |
flags | ) |
|
|
inline |
◆ SetPrecision()
void Bond::OutputStreamAdaptor::SetPrecision |
( |
int |
precision | ) |
|
|
inline |
◆ SetWidth()
void Bond::OutputStreamAdaptor::SetWidth |
( |
int |
width | ) |
|
|
inline |
◆ UnsetFlags()
void Bond::OutputStreamAdaptor::UnsetFlags |
( |
int |
flags | ) |
|
|
inline |
◆ DEFAULT_PRECISION
const int Bond::OutputStreamAdaptor::DEFAULT_PRECISION = 6 |
|
static |
The documentation for this class was generated from the following file:
- include/bond/io/outputstreamadaptor.h