offbrand
A collection of generic, reference counted datastructures in C for C
|
obtest Public Interface More...
#include "offbrand.h"
Go to the source code of this file.
Typedefs | |
typedef struct obtest_struct | obtest |
Functions | |
obtest * | obtest_new (uint32_t id) |
Constructor, creates an instance of obtest with a specified id. More... | |
uint32_t | obtest_id (obtest *a) |
Returns the id of an obtest instance. More... | |
obtest Public Interface
typedef struct obtest_struct obtest |
Class type declaration
uint32_t obtest_id | ( | obtest * | a) |
Returns the id of an obtest instance.
a | Pointer to an instance of obtest |
obtest* obtest_new | ( | uint32_t | id) |
Constructor, creates an instance of obtest with a specified id.
id | Integer id for the created obtest |