reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofBuffer::Lines Struct Reference

#include <ofFileUtils.h>

Public Member Functions

 Lines (std::vector< char >::iterator begin, std::vector< char >::iterator end)
 
Line begin ()
 Get the first line in the buffer.
 
Line end ()
 Get the last line in the buffer.
 
RLine rbegin ()
 
RLine rend ()
 

Detailed Description

A series of text lines in the buffer.

Constructor & Destructor Documentation

◆ Lines()

ofBuffer::Lines::Lines ( std::vector< char >::iterator  begin,
std::vector< char >::iterator  end 
)

Member Function Documentation

◆ begin()

ofBuffer::Line ofBuffer::Lines::begin ( )

Get the first line in the buffer.

◆ end()

ofBuffer::Line ofBuffer::Lines::end ( )

Get the last line in the buffer.

◆ rbegin()

RLine ofBuffer::Lines::rbegin ( )

◆ rend()

RLine ofBuffer::Lines::rend ( )

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