MCPcopy Create free account
hub / github.com/danomatika/ofxLua / writeLine

Method writeLine

src/ofxLuaFileWriter.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void ofxLuaFileWriter::writeLine(const std::string& line) {
63 buffer << line << std::endl;
64}
65
66void ofxLuaFileWriter::beginTable(const std::string& tableName) {
67 if(tables.empty()) {

Callers 1

runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected