#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 187 of file oct-stream.h.
printf_format_elt::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' | |||
) | [inline] |
Definition at line 192 of file oct-stream.h.
printf_format_elt::printf_format_elt | ( | const printf_format_elt & | e | ) | [inline] |
Definition at line 198 of file oct-stream.h.
printf_format_elt::~printf_format_elt | ( | void | ) | [inline] |
Definition at line 218 of file oct-stream.h.
printf_format_elt& printf_format_elt::operator= | ( | const printf_format_elt & | e | ) | [inline] |
Definition at line 224 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 233 of file oct-stream.h.
Referenced by operator=(), and printf_format_list::printme().
Definition at line 227 of file oct-stream.h.
Referenced by octave_base_stream::do_printf(), operator=(), and printf_format_list::printme().
Definition at line 240 of file oct-stream.h.
Referenced by operator=(), and printf_format_list::printme().
Definition at line 230 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 221 of file oct-stream.h.
Referenced by octave_base_stream::do_printf(), operator=(), and printf_format_list::printme().
Definition at line 237 of file oct-stream.h.
Referenced by octave_base_stream::do_printf(), operator=(), and printf_format_list::printme().