CORBA Programming Reference
|   |  |  |   |  |  | 
Retrieves the number of parameters for the TypeCode object reference.
CORBA::Long CORBA::TypeCode::param_count () const;
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.
If the function succeeds, it returns the number of parameters contained in the TypeCode object reference.
|     |   |   |