Add FileNode::keys() missed during refactoring

This commit is contained in:
Dmitry Kurtaev
2018-11-12 13:29:38 +03:00
parent 5459c11e99
commit a7f30391d0
3 changed files with 24 additions and 0 deletions
@@ -526,6 +526,11 @@ public:
*/
CV_WRAP_AS(at) FileNode operator[](int i) const;
/** @brief Returns keys of a mapping node.
@returns Keys of a mapping node.
*/
CV_WRAP std::vector<String> keys() const;
/** @brief Returns type of the node.
@returns Type of the node. See FileNode::Type
*/