typedef enum CPL3BlockType

Used to specify type of CPL3Block

[more] CPL3_BLOCK_GLOBAL
Global type (vars, no braces), should only be used once
[more] CPL3_BLOCK_FUNC
Function type (braces, vars, params, ret)
[more] CPL3_BLOCK_BASIC
Basic type (braces only)


Documentation

Used to specify type of CPL3Block
o CPL3_BLOCK_GLOBAL
Global type (vars, no braces), should only be used once

o CPL3_BLOCK_FUNC
Function type (braces, vars, params, ret)

o CPL3_BLOCK_BASIC
Basic type (braces only)

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.