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::count

Synopsis

Retrieves the current number of items in the list.

C++ Binding

Ulong count ();

Arguments

None.

Exception

If the function does not succeed, an exception is thrown.

Description

This member function retrieves the current number of items in the list.

Return Values

If the function succeeds, the returned value is the number of items in the list. If the list has just been created, and no ExceptionList objects have been added, this function returns 0 (zero).

 

Skip navigation bar  Back to Top Previous Next