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

Method writeStringVector

src/ofxLuaFileWriter.cpp:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void ofxLuaFileWriter::writeStringVector(const std::string& tableName, std::vector<std::string>& v) {
139 writeVector<std::string>(tableName, LUA_TSTRING, v);
140}
141
142void ofxLuaFileWriter::writeStringVector(const unsigned int index, std::vector<std::string>& v) {
143 writeVector<std::string>(index, LUA_TSTRING, v);

Callers 1

runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected