nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
object_ops Struct Reference

#include <object.h>

Collaboration diagram for object_ops:
Collaboration graph
[legend]

Data Fields

int(* copy )(struct object *src, struct object *dest)
 
int(* create )(struct object *obj, void *data)
 
int(* destroy )(struct object *obj)
 
struct object *(* link )(struct object *object)
 

Detailed Description

Definition at line 12 of file object.h.

Field Documentation

int(* copy)(struct object *src, struct object *dest)

Definition at line 14 of file object.h.

Referenced by object_copy().

int(* create)(struct object *obj, void *data)

Definition at line 17 of file object.h.

Referenced by object_create(), and thread_create().

int(* destroy)(struct object *obj)

Definition at line 16 of file object.h.

Referenced by object_destroy().

struct object*(* link)(struct object *object)

Definition at line 13 of file object.h.

Referenced by object_link().


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