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

Method endTable

src/ofxLuaFileWriter.cpp:88–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void ofxLuaFileWriter::endTable() {
89 if(tables.empty()) {
90 ofLogWarning("ofxLua") << "No tables to end, call beginTable";
91 }
92 else {
93 tables.pop_back();
94 }
95}
96
97//------------------------------------------------------------------------------
98void ofxLuaFileWriter::writeBool(const std::string& name, bool value) {

Callers 2

writeTableMethod · 0.80
runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected