pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2013-11-18
2013-11-18 20:08:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f9aaeefa45a45b874ce5809ceb30b310b740ff66 (
12
lines) (+
12
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Debug.size_object: Added some doc for lfun::_size_object().
All lfuns should now be documented.
1287:
*! @[Serializer.Serializable()->_deserialize()] */
+
/*! @decl int lfun::_size_object()
+
*!
+
*! @[Debug.size_object()] callback.
+
*!
+
*! @returns
+
*! Returns an approximation of the memory use in bytes for the object.
+
*!
+
*! @seealso
+
*! @[Debug.size_object()], @[lfun::_sizeof()]
+
*/
+
/*! @decl mixed lfun::_random() *! Called by @[random()]. Typical use is when the object implements *! a ADT, when a call to this lfun should return a random member of