typedef enum statusEnum

Status enumeration

[more] STATUS_OK
Method succeeded
[more] STATUS_MEM_EXHAUSTED
Out of memory, could not insert node
[more] STATUS_DUPLICATE_KEY
Key duplicated in tree
[more] STATUS_KEY_NOT_FOUND
Could not find node


Documentation

Status enumeration
o STATUS_OK
Method succeeded

o STATUS_MEM_EXHAUSTED
Out of memory, could not insert node

o STATUS_DUPLICATE_KEY
Key duplicated in tree

o STATUS_KEY_NOT_FOUND
Could not find node

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.