Searched defs:snippet_data (Results 1 – 1 of 1) sorted by relevance
57 struct snippet_data struct59 snippet_data(std::string const& id_) : id(id_), start_code(false) {} in snippet_data() function61 std::string id;62 bool start_code;63 string_iterator source_pos;64 mapped_file_builder::pos_type start_pos;65 boost::shared_ptr<snippet_data> next;