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

Method getBoolVector

src/ofxLua.cpp:825–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823}
824
825void ofxLua::getBoolVector(const std::string& tableName, std::vector<bool>& v) {
826 readVector<bool>(tableName, v, LUA_TBOOLEAN, false);
827}
828
829void ofxLua::getBoolVector(const unsigned int tableIndex, std::vector<bool>& v) {
830 readVector<bool>(tableIndex, v, LUA_TBOOLEAN, false);

Callers 1

runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected