GNU Octave
3.8.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=0, int p=0, 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 189 of file oct-stream.h.
|
inline |
Definition at line 194 of file oct-stream.h.
|
inline |
Definition at line 200 of file oct-stream.h.
|
inline |
Definition at line 220 of file oct-stream.h.
|
inline |
int printf_format_elt::args |
Definition at line 226 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 235 of file oct-stream.h.
Referenced by octave_base_stream::do_printf(), operator=(), and printf_format_list::printme().
int printf_format_elt::fw |
Definition at line 229 of file oct-stream.h.
Referenced by octave_base_stream::do_printf(), operator=(), and printf_format_list::printme().
char printf_format_elt::modifier |
Definition at line 242 of file oct-stream.h.
Referenced by operator=(), and printf_format_list::printme().
int printf_format_elt::prec |
Definition at line 232 of file oct-stream.h.
Referenced by octave_base_stream::do_printf(), operator=(), and printf_format_list::printme().
const char* printf_format_elt::text |
Definition at line 223 of file oct-stream.h.
Referenced by octave_base_stream::do_printf(), operator=(), and printf_format_list::printme().
char printf_format_elt::type |
Definition at line 239 of file oct-stream.h.
Referenced by octave_base_stream::do_printf(), operator=(), and printf_format_list::printme().