Public Attributes | List of all members
CvTypeInfo Struct Reference

#include <types_c.h>

Public Attributes

int flags
 
int header_size
 
struct CvTypeInfoprev
 
struct CvTypeInfonext
 
const char * type_name
 
CvIsInstanceFunc is_instance
 
CvReleaseFunc release
 
CvReadFunc read
 
CvWriteFunc write
 
CvCloneFunc clone
 

Member Data Documentation

int CvTypeInfo::flags
int CvTypeInfo::header_size
struct CvTypeInfo* CvTypeInfo::prev
struct CvTypeInfo* CvTypeInfo::next
const char* CvTypeInfo::type_name
CvIsInstanceFunc CvTypeInfo::is_instance
CvReleaseFunc CvTypeInfo::release
CvReadFunc CvTypeInfo::read
CvWriteFunc CvTypeInfo::write
CvCloneFunc CvTypeInfo::clone

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