Symbolic expression (SYMB)


Functions

bool isSYMB (SatAddr src)
 Same as isCOL() but works on a SYMB object.
bool SYMBdecode (SatAddr src, char *dst, int *nibbles)
 Same as COLdecode() but works on a SYMB object.
SatAddr SYMBencode (const char *src, const int nibbles, SatAddr dst)
 Same as COLencode() but works on a SYMB object.
SatAddr makeSYMB (unsigned nibbles)
 Same as makeCOL() but works on a SYMB object.
int SYMBnibbles (SatAddr src)
 Same as COLnibbles() but works on a SYMB object.
int SYMBbytes (SatAddr src)
 Same as COLbytes() but works on a SYMB object.
SatAddr SYMBfirstOb (SatAddr src, SatAddr *iter)
 Same as LISTfirstOb() but works on a SYMB object.
SatAddr SYMBnextOb (SatAddr *iter)
 Same as LISTnextOb() but works on a SYMB object.
SatAddr SYMBfirstEntry (SatAddr src)
 Same as LISTfirstEntry() but works on a SYMB object.
SatAddr SYMBnextEntry (SatAddr entry)
 Same as LISTnextEntry() but works on a SYMB object.
SatAddr SYMBencodeV (SatAddr dst,...)
 Same as COLencodeV() but works on a SYMB object.
SatAddr SYMBencodeN (int n, SatAddr obs[], SatAddr dst)
 Same as COLencodeN() but works on a SYMB object.

Detailed Description

These functions have identical meeting to the equivalent ones for COL objects or LIST objects. In other words, SYMBxyz() has the same symantics as COLxyz(), except that it operates on a SYMB object
Generated on Sat Apr 3 16:38:31 2010 for HPObjects by  doxygen 1.5.0