| 5330 | } |
| 5331 | |
| 5332 | string FileNode::name() const |
| 5333 | { |
| 5334 | const char* str; |
| 5335 | return !node || (str = cvGetFileNodeName(node)) == 0 ? string() : string(str); |
| 5336 | } |
| 5337 | |
| 5338 | void* FileNode::readObj() const |
| 5339 | { |
nothing calls this directly
no test coverage detected