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 Member List

This is the complete list of members for ofBuffer, including all inherited members.

allocate(std::size_t size)ofBuffer
append(const std::string &buffer)ofBuffer
append(const char *buffer, std::size_t size)ofBuffer
begin()ofBuffer
begin() constofBuffer
clear()ofBuffer
end()ofBuffer
end() constofBuffer
getData()ofBuffer
getData() constofBuffer
getLines()ofBuffer
getReverseLines()ofBuffer
getText() constofBuffer
OF_DEPRECATED_MSG("Use getData instead", char *getBinaryBuffer())ofBuffer
OF_DEPRECATED_MSG("Use getData instead", const char *getBinaryBuffer() const)ofBuffer
OF_DEPRECATED_MSG("use a lines iterator instead", std::string getNextLine())ofBuffer
OF_DEPRECATED_MSG("use a lines iterator instead", std::string getFirstLine())ofBuffer
OF_DEPRECATED_MSG("use a lines iterator instead", bool isLastLine())ofBuffer
OF_DEPRECATED_MSG("use a lines iterator instead", void resetLineReader())ofBuffer
ofBuffer()ofBuffer
ofBuffer(const char *buffer, std::size_t size)ofBuffer
ofBuffer(std::istream &stream, std::size_t ioBlockSize=1024)ofBuffer
operator std::string() constofBuffer
operator<<ofBufferfriend
operator=(const std::string &text)ofBuffer
operator>>ofBufferfriend
rbegin()ofBuffer
rbegin() constofBuffer
rend()ofBuffer
rend() constofBuffer
reserve(std::size_t size)ofBuffer
resize(std::size_t size)ofBuffer
set(const char *buffer, std::size_t size)ofBuffer
set(const std::string &text)ofBuffer
set(std::istream &stream, std::size_t ioBlockSize=1024)ofBuffer
setall(char mem)ofBuffer
size() constofBuffer
writeTo(std::ostream &stream) constofBuffer