host/cxpslib/tagvalue.h (5 lines of code) (raw):
///
/// \file tagvalue.h
///
/// \brief for holding tag value pairs
///
#ifndef TAGVALUE_H
#define TAGVALUE_H
#include <map>
typedef std::map<std::string, std::string> tagValue_t; ///< holding tag value pairs
#endif // TAGVALUE_H