ofBuffer::RLine
asString( )
const string & asString()empty( )
bool empty()Is this line empty? (aka an empty string "")
operator!=( ... )
bool operator!=(const ofBuffer::RLine &rhs)operator*( )
const string & operator*()operator++( )
ofBuffer::RLine & operator++()Increment to the next line.
operator++( ... )
ofBuffer::RLine operator++(int )Increment to a number of lines.
operator==( ... )
bool operator==(const ofBuffer::RLine &rhs)