codex
Loading...
Searching...
No Matches
Class Struct Reference
Collaboration diagram for Class:

Public Attributes

const struct Classsuper
 
const char * name
 
size_t size
 
void *(* new )(void *self, va_list *args)
 
void *(* delete )(void *self)
 
int(* cmp )(const void *self, const void *p)
 
void(* dump )(const void *self, FILE *f)
 

Member Data Documentation

◆ cmp

int(* Class::cmp) (const void *self, const void *p)

◆ delete

void *(* Class::delete) (void *self)

◆ dump

void(* Class::dump) (const void *self, FILE *f)

◆ name

const char* Class::name

◆ new

void *(* Class::new) (void *self, va_list *args)

◆ size

size_t Class::size

◆ super

const struct Class* Class::super

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