#include <oct-stream.h>
Public Member Functions | |
printf_format_list (const std::string &fmt=std::string()) | |
~printf_format_list (void) | |
int | num_conversions (void) |
const printf_format_elt * | first (void) |
const printf_format_elt * | current (void) const |
const printf_format_elt * | next (bool cycle=true) |
bool | last_elt_p (void) |
void | printme (void) const |
bool | ok (void) const |
operator bool () const |
printf_format_list::printf_format_list | ( | const std::string & | fmt = std::string () |
) |
printf_format_list::~printf_format_list | ( | void | ) |
const printf_format_elt* printf_format_list::current | ( | void | ) | const [inline] |
const printf_format_elt* printf_format_list::first | ( | void | ) | [inline] |
bool printf_format_list::last_elt_p | ( | void | ) | [inline] |
const printf_format_elt* printf_format_list::next | ( | bool | cycle = true |
) | [inline] |
int printf_format_list::num_conversions | ( | void | ) | [inline] |
bool printf_format_list::ok | ( | void | ) | const [inline] |
printf_format_list::operator bool | ( | void | ) | const [inline] |
void printf_format_list::printme | ( | void | ) | const |