Skip navigation.

CORBA Programming Reference

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

 


CORBA::TypeCode::param_count

Synopsis

Retrieves the number of parameters for the TypeCode object reference.

C++ Binding

CORBA::Long CORBA::TypeCode::param_count () const;

Arguments

None.

Description

This member function retrieves the parameter attribute of the CORBA::TypeCode class, which specifies the number of parameters for the TypeCode object reference. For a list of parameters of each kind, see Table 14-2.

Return Values

If the function succeeds, it returns the number of parameters contained in the TypeCode object reference.

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

 

Skip navigation bar  Back to Top Previous Next