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

Synopsis

Constructs a ExceptionList object with an unnamed item, setting only the flags attribute.

C++ Binding

void add(TypeCode_ptr tc);

Arguments

tc

Defines the memory location referred to by TypeCode_ptr.

Exception

If the member function does not succeed, a CORBA::NO_MEMORY exception is thrown.

Description

This member function constructs an ExceptionList object with an unnamed item, setting only the flags attribute.

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_consume
CORBA::ExceptionList::count
CORBA::ExceptionList::item
CORBA::ExceptionList::remove

 

Skip navigation bar  Back to Top Previous Next