Skip navigation.

CORBA Programming Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


CORBA::ExceptionList::add_consume

Synopsis

Constructs an ExceptionList object.

C++ Binding

void add_consume(TypeCode_ptr tc);

Arguments

tc

The memory location to be assumed.

Exceptions

If the member function does not succeed, an exception is raised.

Description

This member function constructs an ExceptionList object.

The ExceptionList object grows dynamically; your application does not need to track its size.

Return Values

If the function succeeds, the return value is a pointer to the newly created ExceptionList object.

See Also

CORBA::ExceptionList::add
CORBA::ExceptionList::count
CORBA::ExceptionList::item
CORBA::ExceptionList::remove

 

Skip navigation bar  Back to Top Previous Next