OpenCV  2.4.13.6
Open Source Computer Vision
CvFileNode Struct Reference

#include <types_c.h>

Public Attributes

int tag
 
struct CvTypeInfoinfo
 
union {
   double   f
 
   int   i
 
   CvString   str
 
   CvSeq *   seq
 
   CvFileNodeHash *   map
 
data
 

Member Data Documentation

§ data

union { ... } CvFileNode::data

§ f

double CvFileNode::f

§ i

int CvFileNode::i

§ info

struct CvTypeInfo* CvFileNode::info

§ map

CvFileNodeHash* CvFileNode::map

§ seq

CvSeq* CvFileNode::seq

§ str

CvString CvFileNode::str

§ tag

int CvFileNode::tag

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