FuncPrototype

Name

FuncPrototype -- The prototype of a function

Synopsis

Content Model

FuncPrototype ::=
(FuncDef,
 (Void|VarArgs|ParamDef+))

Attributes

Common attributes

Tag Minimization

The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.

Description

A wrapper for a function prototype in a FuncSynopsis.

Processing expectations

See FuncSynopsis.

Parents

These elements contain FuncPrototype: FuncSynopsis.

Children

The following elements occur in FuncPrototype: FuncDef, ParamDef, VarArgs, Void.

In some contexts, the following elements are allowed anywhere: BeginPage, IndexTerm.

See Also

FuncDef, FuncParams, FuncSynopsisInfo, Function, ParamDef, Parameter, ReturnValue, VarArgs, Void

Examples

For examples, see FuncDef, FuncSynopsis, ParamDef, VarArgs.

Copyright © 1999 O'Reilly & Associates, Inc. All rights reserved.