FPParamOptions Class Reference
 
 
 
FPParamOptions Class Reference

This reference page is linked to from the following overview topics: Principal Function Publishing Classes.


#include <ifnpub.h>

Inheritance diagram for FPParamOptions:
MaxHeapOperators

Class Description

See also:
Class FPValue, List of ParamType2 Choices, Template Class Tab.

Description:
This class contains the optional parameters holding specific descriptor information.
Data Members:
FPValue range_low;

The low range if specified.

FPValue range_high;

The high range if specified.

FPValidator* validator;

The validator if specified.

FPValue keyarg_default;

The default if value is optional keyword arg

BYTE pos_param_count;

The count of positional params in event of keyword arg presence

Public Member Functions

  FPParamOptions ()

Public Attributes

DWORD  cbStruct
FPValue  range_low
FPValue  range_high
FPValidator validator
FPValue  keyarg_default

Constructor & Destructor Documentation

FPParamOptions ( ) [inline]
Remarks:
Constructor.

Member Data Documentation