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

#include "types_c.h"

Public Attributes

unsigned hashval
 
struct CvStringHashNode * next
 
CvString str
 

Detailed Description

All the keys (names) of elements in the readed 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: