pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2019-06-21
2019-06-21 09:07:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>
5e84e66fe628a937694b7b35e28b726adab8f9f9 (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
master
Documentation
[Pike.InhibitDestruct]
: Added some cross-references.
2936:
*! *! An empty class that can be inherited to get the *! @tt{PROGRAM_DESTRUCT_IMMEDIATE@} flag set.
+
*!
+
*! @seealso
+
*! @[InhibitDestruct]
*/ PIKECLASS DestructImmediate
2956:
*! *! All symbols in the class are either @expr{protected@} *! or @expr{private@} in order to affect users minimally.
+
*!
+
*! @seealso
+
*! @[DestructImmediate]
*/ PIKECLASS InhibitDestruct {