Public Member Functions | Public Attributes

FPParams Class Reference

This reference page is linked to from the following overview topics: The Function Publishing API, Added Base Types, Using FPInterface::Invoke().


Search for all occurrences

Detailed Description

See also:
Class FPValue

Description:
This class is available in release 4.0 and later only.

This parameters class contains a Tab<> of FPValue's, being the actual parameters for an FP Function call.
Data Members:
Tab<FPValue> params;

The table of FPValue's contained in this class.

#include <ifnpub.h>

Inheritance diagram for FPParams:
Inheritance graph
[legend]

List of all members.

Public Member Functions

  FPParams ()
CoreExport  FPParams (int count,...)
CoreExport  ~FPParams ()
CoreExport void  Load (int count,...)

Public Attributes

Tab< FPValue params

Constructor & Destructor Documentation

FPParams ( ) [inline]
Remarks:
Constructor.
Default Implementation:
{ }
{ }
CoreExport FPParams ( int  count,
  ... 
)
Remarks:
Constructor.
Parameters:
int count

The number of parameter values to add.

...

This method takes a variable number of arguments representing the parameter values that will be stored in the params table.
CoreExport ~FPParams ( )
Remarks:
Destructor.

Member Function Documentation

CoreExport void Load ( int  count,
  ... 
)
Remarks:
This method loads a number of parameter values.
Parameters:
int count

The number of parameter values to add.

...

This method takes a variable number of arguments representing the parameter values that will be stored in the params table.

Member Data Documentation


FPParams FPParams FPParams FPParams FPParams FPParams FPParams FPParams FPParams FPParams
FPParams FPParams FPParams FPParams FPParams FPParams FPParams FPParams FPParams FPParams