C++ (Qt)struct bibtex_entry { std::string citation_key; // for example: @article{citation_key, ... std::string type; // article, book, inbook, etc. std::map<std::string, std::string> fields // tag = content};