CORBA Programming Reference
|
|
Retrieves a pointer to the ExceptionList object, based on the index passed in.
TypeCode_ptr item(ULong index);
If the function does not succeed, the BAD_PARAM exception is thrown.
This member function retrieves a pointer to an ExceptionList object, based on the index passed in. The function uses zero-based indexing.
If the function succeeds, the return value is a pointer to the ExceptionList object.
CORBA::ExceptionList::addCORBA::ExceptionList::remove
CORBA::ExceptionList::add_consume
CORBA::ExceptionList::count
CORBA::ExceptionList::remove
Removes the item at the specified index, frees any associated memory, and reorders the remaining items on the list.
Status remove(ULong index);
If the function does not succeed, the BAD_PARAM exception is thrown.
This member function removes the item at the specified index, frees any associated memory, and reorders the remaining items on the list.
CORBA::ExceptionList::add
CORBA::ExceptionList::add_consume
CORBA::ExceptionList::count
CORBA::ExceptionList::item
|
|
|