omtext Class Reference
|
Ratpac-two
|
omtext Class Reference
Inheritance diagram for omtext:
Public Member Functions | |
| omtext (const otext &) | |
| omtext (const otext &, const otext &) | |
| void | open (const otext &) |
| void | open (const otext &, const otext &) |
| unsigned | add (const otext &) |
| void | remove (unsigned) |
| unsigned | device_count (void) const |
| otext & | device_get (unsigned) |
| const otext & | device_get (unsigned) const |
Public Member Functions inherited from otext | |
| otext (obuff *) | |
| bool | initialised (void) const |
| void | open (obuff *) |
| void | close (void) |
| otext (const otext &) | |
| otext & | operator= (const otext &) |
| bool | error (void) const |
| int | error_number (void) const |
| std::string | error_string (void) const |
| void | set_error (int error) |
| void | clear_error (void) |
| void | set_newline_mode (newline_t newline=native_mode) |
| void | set_unix_mode (void) |
| void | set_msdos_mode (void) |
| void | set_macos_mode (void) |
| void | set_native_mode (void) |
| void | set_binary_mode (void) |
| newline_t | newline_mode (void) const |
| bool | is_unix_mode (void) const |
| bool | is_msdos_mode (void) const |
| bool | is_macos_mode (void) const |
| bool | is_native_mode (void) const |
| bool | is_binary_mode (void) const |
| void | set_integer_width (unsigned width=0) |
| unsigned | integer_width (void) const |
| void | set_integer_radix (unsigned radix=10) |
| unsigned | integer_radix (void) const |
| void | set_integer_display (radix_display_t display=radix_c_style_or_hash) |
| radix_display_t | integer_display (void) const |
| void | set_real_width (unsigned width=0) |
| unsigned | real_width (void) const |
| void | set_real_precision (unsigned width=6) |
| unsigned | real_precision (void) const |
| void | set_real_display (real_display_t display=display_mixed) |
| real_display_t | real_display (void) const |
| bool | put (int ch) |
| bool | put (const char *) |
| bool | put (const std::string &) |
| unsigned long | bytes (void) const |
| unsigned | line (void) const |
| unsigned | column (void) const |
| void | flush (void) |
| operator bool (void) const | |
| bool | operator! (void) const |
| otext & | operator<< (char) |
| otext & | operator<< (signed char) |
| otext & | operator<< (unsigned char) |
| otext & | operator<< (const char *) |
| otext & | operator<< (const std::string &) |
| otext & | operator<< (const std::vector< std::string > &) |
| otext & | operator<< (bool) |
| otext & | operator<< (short) |
| otext & | operator<< (unsigned short) |
| otext & | operator<< (int) |
| otext & | operator<< (unsigned int) |
| otext & | operator<< (long) |
| otext & | operator<< (unsigned long) |
| otext & | operator<< (float) |
| otext & | operator<< (double) |
| otext & | operator<< (const void *) |
| otext & | operator<< (manipulator_function) |
| otext & | operator<< (itext &) |
Additional Inherited Members | |
Public Types inherited from otext | |
| enum | newline_t { binary_mode , unix_mode , msdos_mode , macos_mode , native_mode = unix_mode } |
| enum | open_t { overwrite , append } |
| typedef void(* | manipulator_function) (otext &) |
Protected Attributes inherited from otext | |
| obuff * | m_buffer |
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/external/stlplus/include/stlplus/multiio.hpp
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/external/stlplus/src/multiio.cc
Generated by
Public Member Functions inherited from