fstreams.h(3)
| fstreams.h(3) | log4cplus | fstreams.h(3) |
NAME
fstreams.h
SYNOPSIS
#include <log4cplus/config.hxx>
#include <log4cplus/tchar.h>
#include <iosfwd>
Namespaces
log4cplus
Macros
#define LOG4CPLUS_FSTREAM_PREFERED_FILE_NAME(X)
(LOG4CPLUS_TSTRING_TO_STRING(X))
Expands into expression that picks the right type for std::fstream file name
parameter.
Typedefs
typedef std::basic_ofstream< tchar >
log4cplus::tofstream
typedef std::basic_ifstream< tchar > log4cplus::tifstream
Macro Definition Documentation
#define LOG4CPLUS_FSTREAM_PREFERED_FILE_NAME(X) (LOG4CPLUS_TSTRING_TO_STRING(X))
Expands into expression that picks the right type for std::fstream file name parameter.
Definition at line 50 of file fstreams.h.
Author
Generated automatically by Doxygen for log4cplus from the source code.
| Fri Jun 18 2021 | Version 2.0.6 |
