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

Method writeBoolVector

src/ofxLuaFileWriter.cpp:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void ofxLuaFileWriter::writeBoolVector(const std::string& tableName, std::vector<bool>& v) {
123 writeVector<bool>(tableName, LUA_TBOOLEAN, v);
124}
125
126void ofxLuaFileWriter::writeBoolVector(const unsigned int index, std::vector<bool>& v) {
127 writeVector<bool>(index, LUA_TBOOLEAN, v);

Callers 1

runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected