#include <cstdio>#include <cstdint>#include <promeki/core/namespace.h>#include <promeki/core/string.h>#include <promeki/core/variant.h>

Go to the source code of this file.
Classes | |
| class | TextStream |
| Formatted text I/O with encoding awareness. More... | |
Functions | |
| TextStream & | endl (TextStream &s) |
| Writes a newline and flushes the stream. | |
| TextStream & | flush (TextStream &s) |
| Flushes the stream. | |
| TextStream & | hex (TextStream &s) |
| Sets integer base to 16 (hexadecimal). | |
| TextStream & | dec (TextStream &s) |
| Sets integer base to 10 (decimal). | |
| TextStream & | oct (TextStream &s) |
| Sets integer base to 8 (octal). | |
| TextStream & | bin (TextStream &s) |
| Sets integer base to 2 (binary). | |
| TextStream & | fixed (TextStream &s) |
| Sets real number notation to Fixed. | |
| TextStream & | scientific (TextStream &s) |
| Sets real number notation to Scientific. | |
| TextStream & | left (TextStream &s) |
| Sets field alignment to Left. | |
| TextStream & | right (TextStream &s) |
| Sets field alignment to Right. | |
| TextStream & | center (TextStream &s) |
| Sets field alignment to Center. | |
See LICENSE file in the project root folder for license information.