This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofBuffer::RLines Struct Reference
#include <ofFileUtils.h>
Public Member Functions | |
RLines (std::vector< char >::reverse_iterator rbegin, std::vector< char >::reverse_iterator rend) | |
RLine | begin () |
Get the first line in the buffer. | |
RLine | end () |
Get the last line in the buffer. | |
Detailed Description
A series of text lines in the buffer.
Constructor & Destructor Documentation
◆ RLines()
ofBuffer::RLines::RLines | ( | std::vector< char >::reverse_iterator | rbegin, |
std::vector< char >::reverse_iterator | rend | ||
) |
Member Function Documentation
◆ begin()
ofBuffer::RLine ofBuffer::RLines::begin | ( | ) |
Get the first line in the buffer.
◆ end()
ofBuffer::RLine ofBuffer::RLines::end | ( | ) |
Get the last line in the buffer.
The documentation for this struct was generated from the following files:
- /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/utils/ofFileUtils.h
- /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/utils/ofFileUtils.cpp