pike.git
/
src
/
program.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.c:399:
*! } *! @endcode *! In the above case an implicit @[lfun::create()] is created, and *! it's equvivalent to: *! @code *! class Foo { *! int foo; *! int bar; *! protected void create(int foo) *! {
-
*!
local
::foo = foo;
+
*!
this
::foo = foo;
*! } *! } *! @endcode *! *! @seealso *! @[lfun::__INIT()], @[lfun::destroy()] */ /*! @decl void lfun::destroy (void|int reason) *!