|
void | add_elt_to_list (int args, const std::string &flags, int fw, int prec, char type, char modifier) |
|
void | finish_conversion (const std::string &s, std::size_t &i, int args, const std::string &flags, int fw, int prec, char modifier, char &type) |
|
void | process_conversion (const std::string &s, std::size_t &i, std::size_t n, int &args, std::string &flags, int &fw, int &prec, char &modifier, char &type) |
|
Definition at line 795 of file oct-stream.cc.
◆ printf_format_list() [1/2]
printf_format_list::printf_format_list |
( |
const std::string & |
fmt = "" | ) |
|
◆ printf_format_list() [2/2]
◆ ~printf_format_list()
printf_format_list::~printf_format_list |
( |
void |
| ) |
|
◆ add_elt_to_list()
void printf_format_list::add_elt_to_list |
( |
int |
args, |
|
|
const std::string & |
flags, |
|
|
int |
fw, |
|
|
int |
prec, |
|
|
char |
type, |
|
|
char |
modifier |
|
) |
| |
|
private |
◆ current()
◆ finish_conversion()
void printf_format_list::finish_conversion |
( |
const std::string & |
s, |
|
|
std::size_t & |
i, |
|
|
int |
args, |
|
|
const std::string & |
flags, |
|
|
int |
fw, |
|
|
int |
prec, |
|
|
char |
modifier, |
|
|
char & |
type |
|
) |
| |
|
private |
◆ first()
◆ last_elt_p()
bool printf_format_list::last_elt_p |
( |
void |
| ) |
|
|
inline |
◆ length()
std::size_t printf_format_list::length |
( |
void |
| ) |
const |
|
inline |
◆ next()
◆ num_conversions()
◆ ok()
bool printf_format_list::ok |
( |
void |
| ) |
const |
|
inline |
◆ operator bool()
printf_format_list::operator bool |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ printme()
void printf_format_list::printme |
( |
void |
| ) |
const |
◆ process_conversion()
void printf_format_list::process_conversion |
( |
const std::string & |
s, |
|
|
std::size_t & |
i, |
|
|
std::size_t |
n, |
|
|
int & |
args, |
|
|
std::string & |
flags, |
|
|
int & |
fw, |
|
|
int & |
prec, |
|
|
char & |
modifier, |
|
|
char & |
type |
|
) |
| |
|
private |
◆ m_buf
std::ostringstream printf_format_list::m_buf |
|
private |
◆ m_curr_idx
std::size_t printf_format_list::m_curr_idx |
|
private |
◆ m_fmt_elts
◆ m_nconv
The documentation for this class was generated from the following file: