InterfaceableObject impl

Implements InterfaceableObject.

Summary
InterfaceableObject implImplements InterfaceableObject.
CopyrightThis program is free software.
Files
C-kern/api/context/iobj.hHeader file InterfaceableObject.
C-kern/context/iobj.cImplementation file InterfaceableObject impl.
iobj_t
test
test_initfreeTests lifetime functions of iobj_t.
test_genericTests generic functions of iobj_t.

Copyright

This program is free software.  You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

Author

© 2013 Jörg Seebohn

Files

C-kern/api/context/iobj.h

Header file InterfaceableObject.

C-kern/context/iobj.c

Implementation file InterfaceableObject impl.

iobj_t

Summary
test
test_initfreeTests lifetime functions of iobj_t.
test_genericTests generic functions of iobj_t.

test

test_initfree

static int test_initfree(void)

Tests lifetime functions of iobj_t.

test_generic

static int test_generic(void)

Tests generic functions of iobj_t.

Declares iobj_t which defines the standard structure of an interfaceable object.
Implements InterfaceableObject.
static int test_initfree(void)
Tests lifetime functions of iobj_t.
static int test_generic(void)
Tests generic functions of iobj_t.
Close