| trans- |
Translation or translator
Ãâó: www.andreafiles.com/abbreviations.php
|
|---|---|
| trans- |
The Trans functions are applicable for properties of type DefTableKey . They have only a key argument. A call TransProp(k) for a property Prop is recursively applied to the property value until a key is reached for which the property Prop is not set. that key is returned. The property chain must not be cyclic. Eg if GetTypeOf (a, NoKey) == b and GetTypeOf (b, NoKey) == c and GetTypeOf (c, NoKey) == NoKey , then TransTypeOf (a) == c .
Ãâó: eli-project.sourceforge.net/elionline4.4/prop_10.h...
|