ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <Objectively/String.h>
#include "TableColumn.h"
Go to the source code of this file.
Macros | |
#define | _Class _TableColumn |
Functions | |
Class * | _TableColumn (void) |
static void | dealloc (Object *self) |
static void | initialize (Class *clazz) |
static TableColumn * | initWithIdentifier (TableColumn *self, const char *identifier) |
#define _Class _TableColumn |
Definition at line 32 of file TableColumn.c.
Class * _TableColumn | ( | void | ) |
Definition at line 91 of file TableColumn.c.
|
static |
Definition at line 39 of file TableColumn.c.
|
static |
Definition at line 80 of file TableColumn.c.
|
static |
Definition at line 56 of file TableColumn.c.