struct CvFileNode
Overview
Basic element of the file storage - scalar or collection: Moreā¦
#include <types_c.h> struct CvFileNode { // fields union CvFileNode::@61 data; double f; int i; struct CvTypeInfo* info; CvFileNodeHash* map; CvSeq* seq; CvString str; int tag; };
Detailed Documentation
Basic element of the file storage - scalar or collection:
Fields
double f
scalar floating-point number
int i
scalar integer number
struct CvTypeInfo* info
type information (only for user-defined object, for others it is 0)
CvFileNodeHash* map
map (collection of named file nodes)
CvSeq* seq
sequence (ordered collection of file nodes)
CvString str
text string