C/C++ Programmer's Guide (G06.25+)

Compiler Pragmas
HP C/C++ Programmer’s Guide for NonStop Systems429301-008
13-35
FORCE_STATIC_VTBL
Usage Guidelines
FORCE_STATIC_TYPEINFO can be entered on the compiler RUN command line
(NMCPLUS) or be specified with the -Wforce_static_typeinfo flag of the c89
utility.
This pragma is only valid for TNS/R-target compilations.
FORCE_STATIC_VTBL
The FORCE_STATIC_VTBL command-line option forces the virtual function tables that
are created by the compiler to be static to the file and are not exported. This option is
applicable only to variables that are not part of an exported or imported class.
The pragma default settings are:
Usage Guidelines
FORCE_STATIC_VTBL can be entered on the compiler RUN command line
(NMCPLUS) or be specified with the -Wforce_static_vtbl flag of the c89
utility.
This pragma is only valid for TNS/R-target compilations.
TNS/R native C and C++ compilers Not set Not set
Native c89 utility Not set Not set
TNS/E native C and C++ compilers N.A. N.A.
FORCE_STATIC_VTBL
SYSTYPE GUARDIAN SYSTYPE OSS
TNS C compiler N.A. N.A.
G-series TNS c89 utility N.A. N.A.
TNS/R native C and C++ compilers Not set Not set
Native c89 utility Not set Not set
TNS/E native C and C++ compilers N.A. N.A.
SYSTYPE GUARDIAN SYSTYPE OSS