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

Method writeNumberVector

src/ofxLuaFileWriter.cpp:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void ofxLuaFileWriter::writeNumberVector(const std::string& tableName, std::vector<lua_Number>& v) {
131 writeVector<lua_Number>(tableName, LUA_TNUMBER, v);
132}
133
134void ofxLuaFileWriter::writeNumberVector(const unsigned int index, std::vector<lua_Number>& v) {
135 writeVector<lua_Number>(index, LUA_TNUMBER, v);

Callers 1

runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected