#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 & | operator= (const printf_format_elt &e) |
~printf_format_elt (void) | |
Public Attributes | |
const char * | text |
int | args |
int | fw |
int | prec |
std::string | flags |
char | type |
char | modifier |
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] |
printf_format_elt::printf_format_elt | ( | const printf_format_elt & | e | ) | [inline] |
printf_format_elt::~printf_format_elt | ( | void | ) | [inline] |
printf_format_elt& printf_format_elt::operator= | ( | const printf_format_elt & | e | ) | [inline] |
const char* printf_format_elt::text |