OpenCV  3.0.0
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Attributes | List of all members
CvFileNode Struct Reference

#include "types_c.h"

Public Attributes

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

Detailed Description

Basic element of the file storage - scalar or collection:

Member Data Documentation

union { ... } CvFileNode::data
double CvFileNode::f

scalar floating-point number

int CvFileNode::i

scalar integer number

struct CvTypeInfo* CvFileNode::info

type information (only for user-defined object, for others it is 0)

CvFileNodeHash* CvFileNode::map

map (collection of named file nodes)

CvSeq* CvFileNode::seq

sequence (ordered collection of file nodes)

CvString CvFileNode::str

text string

int CvFileNode::tag

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