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() const | ofBuffer | |
clear() | ofBuffer | |
end() | ofBuffer | |
end() const | ofBuffer | |
getData() | ofBuffer | |
getData() const | ofBuffer | |
getLines() | ofBuffer | |
getReverseLines() | ofBuffer | |
getText() const | ofBuffer | |
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() const | ofBuffer | |
operator<< | ofBuffer | friend |
operator=(const std::string &text) | ofBuffer | |
operator>> | ofBuffer | friend |
rbegin() | ofBuffer | |
rbegin() const | ofBuffer | |
rend() | ofBuffer | |
rend() const | ofBuffer | |
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() const | ofBuffer | |
writeTo(std::ostream &stream) const | ofBuffer |