PagerTextSource
struct TextSource : PagerTextSource {
struct TextSource : PagerTextSource {
pager(const PagerTextSource& textSource)
PagerTextSource::~PagerTextSource()
next_line(const PagerTextSource& textSource, size_t width, size_t offset,
count_lines(const PagerTextSource& textSource, size_t width, char* buffer,
offset_of_line(const PagerTextSource& textSource, size_t width, char* buffer,
class PagerTextSource {
virtual ~PagerTextSource();
void pager(const PagerTextSource& textSource);