ofDocsdocumentation utils ofBuffer::Line

ofBuffer::Line


asString( )

const string & asString()

empty( )

bool empty()

Is this line empty? (aka an empty string "")


operator!=( ... )

bool operator!=(const ofBuffer::Line &rhs)

operator*( )

const string & operator*()

operator++( )

ofBuffer::Line & operator++()

Increment to the next line.


operator++( ... )

ofBuffer::Line operator++(int )

Increment to a number of lines.


operator==( ... )

bool operator==(const ofBuffer::Line &rhs)