#include <core_c.h>
Public Member Functions | |
CvType (const char *type_name, CvIsInstanceFunc is_instance, CvReleaseFunc release=0, CvReadFunc read=0, CvWriteFunc write=0, CvCloneFunc clone=0) | |
~CvType () | |
Public Attributes | |
CvTypeInfo * | info |
Static Public Attributes | |
static CvTypeInfo * | first |
static CvTypeInfo * | last |
CvType::CvType | ( | const char * | type_name, | |
CvIsInstanceFunc | is_instance, | |||
CvReleaseFunc | release = 0 , |
|||
CvReadFunc | read = 0 , |
|||
CvWriteFunc | write = 0 , |
|||
CvCloneFunc | clone = 0 | |||
) |
CvType::~CvType | ( | ) |
CvTypeInfo* CvType::first [static] |
CvTypeInfo* CvType::last [static] |