30 #include "../my_config.h"
55 void add(
const std::string & key,
const std::string & value) { attr[key] = value; };
56 void reset_read()
const;
57 bool read(std::string & key, std::string & value)
const;
58 infinint size()
const {
return attr.size(); };
59 void clear() { attr.clear(); alire = attr.begin(); };
60 bool find(
const std::string &key, std::string & found_value)
const;
73 #ifdef LIBDAR_SPECIAL_ALLOC
78 std::map<std::string, std::string> attr;
79 std::map<std::string, std::string>::iterator alire;