Skip navigation.

CORBA Programming Reference

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

 


CORBA::ContextList::add_consume

Synopsis

Constructs a ContextList object.

C++ Binding

void add_consume(const char* ctxt);

Argument

ctxt

Defines the memory location referred to by char*.

Exception

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

Description

This member function constructs a ContextList object.

The ContextList 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 ContextList object.

See Also

CORBA::ContextList::add
CORBA::ContextList::count
CORBA::ContextList::item
CORBA::ContextList::remove

 

Skip navigation bar  Back to Top Previous Next