[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
6.1.2 API Reference
Methods that return a boolean result generally return false
on
error and true
otherwise. To find out what went wrong use the
error_number
and error_message
methods. Unless
otherwise stated methods that return a const char *
will return
NULL
on error. In general, the character string returned is
only valid until the next method which returns a const char *
is called.
For the details of the various classes please see the header files. In the future I will generate class references using some automated tool.