#include <ixlib_exbase.hh>
Go to the source code of this file.
Namespaces | |
namespace | ixion |
Defines | |
#define | EC_CANNOTEVALUATE 0 |
#define | EC_NOTYETIMPLEMENTED 1 |
#define | EC_ERROR 2 |
#define | EC_NULLPOINTER 3 |
#define | EC_INVALIDPAR 4 |
#define | EC_INDEX 5 |
#define | EC_BUFFEROVERFLOW 6 |
#define | EC_BUFFERUNDERFLOW 7 |
#define | EC_ITEMNOTFOUND 8 |
#define | EC_INVALIDOP 9 |
#define | EC_DIMENSIONMISMATCH 10 |
#define | EC_CANCELLED 11 |
#define | EC_EMPTYSET 12 |
#define | EC_CANNOTREMOVEFROMGC 13 |
#define | EC_REMAININGREF 14 |
#define | ECMEM_GENERAL 0 |
#define | EXGEN_THROW(CODE) EX_THROW(generic,CODE) |
#define | EXGEN_THROWINFO(CODE, INFO) EX_THROWINFO(generic,CODE,INFO) |
#define | EXGEN_NYI EXGEN_THROW(EC_NOTYETIMPLEMENTED) |
|
Definition at line 38 of file ixlib_exgen.hh. |
|
Definition at line 28 of file ixlib_exgen.hh. |
|
Definition at line 29 of file ixlib_exgen.hh. |
|
Definition at line 33 of file ixlib_exgen.hh. |
|
Definition at line 22 of file ixlib_exgen.hh. |
|
Definition at line 35 of file ixlib_exgen.hh. |
|
Definition at line 32 of file ixlib_exgen.hh. |
|
Definition at line 34 of file ixlib_exgen.hh. |
|
Definition at line 24 of file ixlib_exgen.hh. |
|
Definition at line 27 of file ixlib_exgen.hh. |
|
Definition at line 31 of file ixlib_exgen.hh. |
|
Definition at line 26 of file ixlib_exgen.hh. |
|
Definition at line 30 of file ixlib_exgen.hh. |
|
Definition at line 23 of file ixlib_exgen.hh. |
|
Definition at line 25 of file ixlib_exgen.hh. |
|
Definition at line 36 of file ixlib_exgen.hh. |
|
Definition at line 47 of file ixlib_exgen.hh. |
|
Definition at line 43 of file ixlib_exgen.hh. Referenced by ixion::reference_manager::forgetReference(), ixion::ring_queue::pop(), and ixion::reference_manager::removeNoFreeReference().
|
|
Definition at line 45 of file ixlib_exgen.hh. |