23 #ifndef LOG4CPLUS_HELPERS_PROPERTY_HEADER_ 24 #define LOG4CPLUS_HELPERS_PROPERTY_HEADER_ 26 #include "dcmtk/oflog/config.h" 30 #include "dcmtk/ofstd/ofmap.h" 32 #include "dcmtk/ofstd/oflist.h" 34 #if (defined(__MWERKS__) && defined(__MACOS__)) 35 using STD_NAMESPACE size_t;
45 explicit Properties(log4cplus::tistream& input);
50 static const tchar PROPERTIES_COMMENT_CHAR;
57 return data.find(key) != data.end();
114 void init(log4cplus::tistream& input);
124 #endif // LOG4CPLUS_HELPERS_PROPERTY_HEADER_
double linked list template class.
size_t size() const
Returns the number of entries in this map.
a simple string class that implements a subset of std::string.
bool exists(const log4cplus::tstring &key) const
Tests to see if key can be found in this map.