Contains two const char pointers indicating begin and end of view into some file. More...
#include <BufferView.hpp>
Public Member Functions | |
BufferView (const char *start, const char *finish) | |
Constructs new BufferView. | |
Public Attributes | |
const char * | begin |
const char * | end |
Contains two const char pointers indicating begin and end of view into some file.