GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "oct-stream.h"
Public Member Functions | |
printf_format_elt (const char *txt=0, int n=0, int w=-1, int p=-1, const std::string &f=std::string(), char typ= '\0', char mod= '\0') | |
printf_format_elt (const printf_format_elt &e) | |
~printf_format_elt (void) | |
printf_format_elt & | operator= (const printf_format_elt &e) |
Public Attributes | |
int | args |
std::string | flags |
int | fw |
char | modifier |
int | prec |
const char * | text |
char | type |
Definition at line 188 of file oct-stream.h.
|
inline |
Definition at line 193 of file oct-stream.h.
|
inline |
Definition at line 199 of file oct-stream.h.
|
inline |
Definition at line 219 of file oct-stream.h.
|
inline |
int printf_format_elt::args |
Definition at line 225 of file oct-stream.h.
Referenced by octave_base_stream::do_printf(), operator=(), and printf_format_list::printme().
std::string printf_format_elt::flags |
Definition at line 234 of file oct-stream.h.
Referenced by octave_base_stream::do_numeric_printf_conv(), do_printf_string(), operator=(), and printf_format_list::printme().
int printf_format_elt::fw |
Definition at line 228 of file oct-stream.h.
Referenced by octave_base_stream::do_printf(), do_printf_string(), operator=(), and printf_format_list::printme().
char printf_format_elt::modifier |
Definition at line 241 of file oct-stream.h.
Referenced by operator=(), and printf_format_list::printme().
int printf_format_elt::prec |
Definition at line 231 of file oct-stream.h.
Referenced by octave_base_stream::do_numeric_printf_conv(), octave_base_stream::do_printf(), do_printf_string(), operator=(), and printf_format_list::printme().
const char* printf_format_elt::text |
Definition at line 222 of file oct-stream.h.
Referenced by octave_base_stream::do_numeric_printf_conv(), octave_base_stream::do_printf(), operator=(), printf_format_list::printme(), and switch_to_g_format().
char printf_format_elt::type |
Definition at line 238 of file oct-stream.h.
Referenced by octave_base_stream::do_numeric_printf_conv(), octave_base_stream::do_printf(), operator=(), printf_format_list::printme(), and switch_to_g_format().