|
| const struct Class * | super |
| |
| 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) |
| |
◆ 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
◆ new
| void *(* Class::new) (void *self, va_list *args) |
◆ size
◆ super
| const struct Class* Class::super |
The documentation for this struct was generated from the following file: