OpenCV  3.4.8
Open Source Computer Vision
Public Attributes | List of all members
CvStringHashNode Struct Reference

#include <opencv2/core/types_c.h>

Public Attributes

unsigned hashval
 
struct CvStringHashNode * next
 
CvString str
 

Detailed Description

All the keys (names) of elements in the read file storage are stored in the hash to speed up the lookup operations:

Member Data Documentation

§ hashval

unsigned CvStringHashNode::hashval

§ next

struct CvStringHashNode* CvStringHashNode::next

§ str

CvString CvStringHashNode::str

The documentation for this struct was generated from the following file: