pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:24:40 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d81e910cb6acbe7376d4157d646ddef020519514 (
12
lines) (+
12
/-
0
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
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