33 #include "../my_config.h"
58 void add(
const std::string & key,
const std::string & value) { attr[key] = value; };
59 void reset_read()
const;
60 bool read(std::string & key, std::string & value)
const;
61 infinint size()
const {
return attr.size(); };
62 void clear() { attr.clear(); alire = attr.begin(); };
63 bool find(
const std::string &key, std::string & found_value)
const;
76 #ifdef LIBDAR_SPECIAL_ALLOC
81 std::map<std::string, std::string> attr;
82 std::map<std::string, std::string>::iterator alire;