ST_TRANSACTION struct

Basic structure for SideTree operations

typedef struct int level
Specifies the level in which the item will be located, it starting at 0, where 0 will be the first list visible in the SideTree, and increases according to depth of the itme in the tree
short* path
Array specifying the path to the item itself, It starts from the first list to the item itelf (according to method use), where each of the elements in the array is the index of an item in the list of the corresponding level, which identifies the path to follow to reach the item
char* name
Name of the Item, as will be displayed in the SideTree
void* exdata
Pointer to any data specified by the user; currently it is ignored
Basic structure for SideTree operations. it cantains all necesary information to perform transactions, like adding an item, removing an item, selecting and item, or obtaining an item.

alphabetic index hierarchy of classes


Copyright by Gerardo Díaz
Use of this software is restricted to terms in the License Agreement.

Please Cantact gdiaz@blackbox.cegs.itesm.mx for any questions, suggestions, negociations, agreements, and specially to tell me that you use SideTree.

generated by doc++