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

Method getStringVector

src/ofxLua.cpp:841–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

839}
840
841void ofxLua::getStringVector(const std::string& tableName, std::vector<std::string>& v) {
842 readVector<std::string>(tableName, v, LUA_TSTRING, "");
843}
844
845void ofxLua::getStringVector(const unsigned int tableIndex, std::vector<std::string>& v) {
846 readVector<std::string>(tableIndex, v, LUA_TSTRING, "");

Callers 1

runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected