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

Method writeString

src/ofxLuaFileWriter.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void ofxLuaFileWriter::writeString(const std::string& name, std::string value) {
115 write<std::string>(name, LUA_TSTRING, value);
116}
117
118void ofxLuaFileWriter::writeString(const unsigned int index, std::string value) {
119 write<std::string>(index, LUA_TSTRING, value);

Callers 2

writeTableMethod · 0.80
runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected