18 #ifndef _LOG4CXX_HELPERS_STRING_TOKENIZER_H 19 #define _LOG4CXX_HELPERS_STRING_TOKENIZER_H 21 #include <log4cxx/logstring.h> 22 #include <log4cxx/helpers/exception.h> 25 #pragma warning ( push ) 26 #pragma warning ( disable: 4251 ) 38 bool hasMoreTokens()
const;
39 LogString nextToken();
58 #endif //_LOG4CXX_HELPERS_STRING_TOKENIZER_H Definition: stringtokenizer.h:33
Definition: appender.h:33