This is the complete list of members for xtd::io::stream_writer, including all inherited members.
| auto_flush() const -> bool | xtd::io::stream_writer | |
| auto_flush(bool auto_flush) -> void | xtd::io::stream_writer | |
| base_stream() const -> std::optional< xtd::ref< std::ostream > > | xtd::io::stream_writer | |
| close() -> void override | xtd::io::stream_writer | virtual |
| equals(const object &obj) const noexcept | xtd::object | virtual |
| equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
| flush() -> void override | xtd::io::stream_writer | virtual |
| get_hash_code() const noexcept | xtd::object | virtual |
| get_type() const noexcept | xtd::object | virtual |
| memberwise_clone() const | xtd::object | |
| new_line() const noexcept -> const xtd::string & | xtd::io::text_writer | |
| new_line(const xtd::string &new_line) noexcept -> void | xtd::io::text_writer | |
| null() noexcept -> null_text_writer & | xtd::io::text_writer | static |
| object()=default | xtd::object | |
| reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
| stream_writer(const xtd::string &path) | xtd::io::stream_writer | explicit |
| stream_writer(std::ostream &stream) | xtd::io::stream_writer | explicit |
| stream_writer(const xtd::string &path, bool append) | xtd::io::stream_writer | |
| stream_writer(std::ostream &stream, bool append) | xtd::io::stream_writer | |
| synchronised(text_writer &writer) noexcept -> synchronized_text_writer | xtd::io::text_writer | static |
| text_writer()=default | xtd::io::text_writer | protected |
| to_string() const | xtd::object | virtual |
| write(const xtd::string &value) -> void override | xtd::io::stream_writer | virtual |
| write(bool value) -> void | xtd::io::stream_writer | |
| write(double value) -> void | xtd::io::stream_writer | |
| write(float value) -> void | xtd::io::stream_writer | |
| write(sbyte value) -> void | xtd::io::stream_writer | |
| write(int16 value) -> void | xtd::io::stream_writer | |
| write(int32 value) -> void | xtd::io::stream_writer | |
| write(int64 value) -> void | xtd::io::stream_writer | |
| write(xtd::byte value) -> void | xtd::io::stream_writer | |
| write(uint16 value) -> void | xtd::io::stream_writer | |
| write(uint32 value) -> void | xtd::io::stream_writer | |
| write(uint64 value) -> void | xtd::io::stream_writer | |
| write(value_t value) -> void | xtd::io::stream_writer | inline |
| write(const xtd::string &fmt, args_t &&... args) noexcept -> void | xtd::io::stream_writer | inline |
| write_line() -> void | xtd::io::text_writer | |
| write_line(const xtd::string &value) -> void | xtd::io::text_writer | |
| write_line(bool value) -> void | xtd::io::text_writer | |
| write_line(double value) -> void | xtd::io::text_writer | |
| write_line(float value) -> void | xtd::io::text_writer | |
| write_line(sbyte value) -> void | xtd::io::text_writer | |
| write_line(int16 value) -> void | xtd::io::text_writer | |
| write_line(int32 value) -> void | xtd::io::text_writer | |
| write_line(int64 value) -> void | xtd::io::text_writer | |
| write_line(xtd::byte value) -> void | xtd::io::text_writer | |
| write_line(uint16 value) -> void | xtd::io::text_writer | |
| write_line(uint32 value) -> void | xtd::io::text_writer | |
| write_line(uint64 value) -> void | xtd::io::text_writer | |
| write_line(value_t value) -> void | xtd::io::text_writer | inline |
| write_line(const xtd::string &fmt, args_t &&... args) noexcept -> void | xtd::io::text_writer | inline |