#include <XrdPfc.hh>
Public Member Functions | |
| snprintf_wrapper (const std::string &exc_prefix, int size=1024) | |
| const char * | c_str () const |
| void | operator() (const char *fmt,...) |
Public Attributes | |
| std::string | f_exc_prefix |
| size_t | f_pos |
| std::vector< char > | f_string |
Static Public Attributes | |
| static const size_t | s_MAX_SIZE = 10 * 1024 * 1024 |
| XrdPfc::snprintf_wrapper::snprintf_wrapper | ( | const std::string & | exc_prefix, |
| int | size = 1024 ) |
Definition at line 75 of file XrdPfcConfiguration.cc.
References f_exc_prefix, f_pos, and f_string.
|
inline |
Definition at line 173 of file XrdPfc.hh.
References f_string.
Referenced by XrdPfc::Cache::Config().
| void XrdPfc::snprintf_wrapper::operator() | ( | const char * | fmt, |
| ... ) |
Definition at line 84 of file XrdPfcConfiguration.cc.
References f_exc_prefix, f_pos, f_string, and s_MAX_SIZE.
| std::string XrdPfc::snprintf_wrapper::f_exc_prefix |
Definition at line 165 of file XrdPfc.hh.
Referenced by snprintf_wrapper(), and operator()().
| size_t XrdPfc::snprintf_wrapper::f_pos |
Definition at line 164 of file XrdPfc.hh.
Referenced by snprintf_wrapper(), and operator()().
| std::vector<char> XrdPfc::snprintf_wrapper::f_string |
Definition at line 163 of file XrdPfc.hh.
Referenced by snprintf_wrapper(), c_str(), and operator()().
|
static |
Definition at line 167 of file XrdPfc.hh.
Referenced by operator()().