|
log4cplus
2.0.0
|
Go to the source code of this file.
Namespaces | |
| namespace | log4cplus |
Defines | |
| #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 |
Definition in file fstreams.h.
| #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.
1.7.6.1