|
log4cplus
2.1.0
|
#include <internal.h>
Public Member Functions | |
| gft_scratch_pad () | |
| ~gft_scratch_pad () | |
| void | reset () |
Public Attributes | |
| log4cplus::tstring | q_str |
| log4cplus::tstring | uc_q_str |
| log4cplus::tstring | s_str |
| log4cplus::tstring | ret |
| log4cplus::tstring | fmt |
| log4cplus::tstring | tmp |
| std::vector< tchar > | buffer |
| bool | uc_q_str_valid |
| bool | q_str_valid |
| bool | s_str_valid |
Definition at line 73 of file internal.h.
| log4cplus::internal::gft_scratch_pad::gft_scratch_pad | ( | ) |
| log4cplus::internal::gft_scratch_pad::~gft_scratch_pad | ( | ) |
|
inline |
Definition at line 79 of file internal.h.
References q_str_valid, ret, s_str_valid, and uc_q_str_valid.
| std::vector<tchar> log4cplus::internal::gft_scratch_pad::buffer |
Definition at line 93 of file internal.h.
| log4cplus::tstring log4cplus::internal::gft_scratch_pad::fmt |
Definition at line 91 of file internal.h.
| log4cplus::tstring log4cplus::internal::gft_scratch_pad::q_str |
Definition at line 87 of file internal.h.
| bool log4cplus::internal::gft_scratch_pad::q_str_valid |
Definition at line 95 of file internal.h.
Referenced by reset().
| log4cplus::tstring log4cplus::internal::gft_scratch_pad::ret |
Definition at line 90 of file internal.h.
Referenced by reset().
| log4cplus::tstring log4cplus::internal::gft_scratch_pad::s_str |
Definition at line 89 of file internal.h.
| bool log4cplus::internal::gft_scratch_pad::s_str_valid |
Definition at line 96 of file internal.h.
Referenced by reset().
| log4cplus::tstring log4cplus::internal::gft_scratch_pad::tmp |
Definition at line 92 of file internal.h.
| log4cplus::tstring log4cplus::internal::gft_scratch_pad::uc_q_str |
Definition at line 88 of file internal.h.
| bool log4cplus::internal::gft_scratch_pad::uc_q_str_valid |
Definition at line 94 of file internal.h.
Referenced by reset().