| 5304 | |
| 5305 | |
| 5306 | FileNode FileStorage::operator[](const string& nodename) const |
| 5307 | { |
| 5308 | return FileNode(fs, cvGetFileNodeByName(fs, 0, nodename.c_str())); |
| 5309 | } |
| 5310 | |
| 5311 | FileNode FileStorage::operator[](const char* nodename) const |
| 5312 | { |
nothing calls this directly
no test coverage detected