Wondercoll
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
CvTypeInfo Struct Reference

#include <cxtypes.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

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

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