inode_default_descriptor Struct Reference

Describes field layout of the default node in an integer tree. More...

#include <inode.h>

List of all members.

Public Types

enum  { NEXT_LINK, PREVIOUS_LINK, DATA_FIELD, NODE_SIZE }


Detailed Description

Describes field layout of the default node in an integer tree.

Definition at line 38 of file inode.h.


Member Enumeration Documentation

anonymous enum

Enumerator:
NEXT_LINK  Position of the field that points to the next node.

PREVIOUS_LINK  Position of the field that points to the previous node.

DATA_FIELD  Position of the first data field (exemplary/unused).

NODE_SIZE  Specifies the size of the node (exemplary/unused).

Definition at line 39 of file inode.h.

00039          {
00041         NEXT_LINK,     // mandatory constant
00042 
00044         PREVIOUS_LINK, // mandatory constant
00045 
00047         DATA_FIELD,
00048 
00050         NODE_SIZE
00051     };


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

Generated on Sat Aug 22 22:33:54 2009 for Common Text Transformation Library by  doxygen 1.5.9