Home
last modified time | relevance | path

Searched defs:snippet_data (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/tools/quickbook/src/
Dcode_snippet.cpp57 struct snippet_data struct
59 snippet_data(std::string const& id_) : id(id_), start_code(false) {} in snippet_data() function
61 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;