1 #ifndef MSP_GL_SL_SOURCEMAP_H_
2 #define MSP_GL_SL_SOURCEMAP_H_
15 std::vector<std::string> source_names;
20 void set_name(unsigned, const std::string &);
21 unsigned get_count() const { return base_index+source_names.size(); }
22 const std::string &get_name(unsigned) const;
23 void merge_from(const SourceMap &);
24 std::string translate_errors(const std::string &) const;