home/src
Maxime Coste f58cbf0b98 utils: Add reversed template helper for container iteration
this permits to use range-based for loops to iterate on reversed
containers. Should work on any container implementing rbegin and rend.
2011-09-06 18:33:35 +00:00
..
buffer.cc Buffer: accept initial content in constructor 2011-09-06 18:33:18 +00:00
buffer.hh Buffer: accept initial content in constructor 2011-09-06 18:33:18 +00:00
display_buffer.cc Initial commit 2011-09-02 16:51:20 +00:00
display_buffer.hh Initial commit 2011-09-02 16:51:20 +00:00
file.cc Buffer: accept initial content in constructor 2011-09-06 18:33:18 +00:00
file.hh create_buffer_from_file: throw file_not_found instead of open_file_error when ENOENT 2011-09-02 18:01:20 +00:00
main.cc LineAndColumn: segregate into WindowCoord and BufferCoord 2011-09-05 19:06:31 +00:00
Makefile Initial commit 2011-09-02 16:51:20 +00:00
regex_selector.cc RegexSelector: search the entire buffer instead of the current line 2011-09-02 18:38:10 +00:00
regex_selector.hh Initial commit 2011-09-02 16:51:20 +00:00
utils.hh utils: Add reversed template helper for container iteration 2011-09-06 18:33:35 +00:00
window.cc LineAndColumn: segregate into WindowCoord and BufferCoord 2011-09-05 19:06:31 +00:00
window.hh LineAndColumn: segregate into WindowCoord and BufferCoord 2011-09-05 19:06:31 +00:00