[DOC] Documentation for flags of RObject
This commit is contained in:
parent
0196c8527b
commit
7b230bc848
Notes:
git
2023-04-11 12:32:26 +00:00
12
object.c
12
object.c
@ -42,6 +42,18 @@
|
|||||||
#include "builtin.h"
|
#include "builtin.h"
|
||||||
#include "shape.h"
|
#include "shape.h"
|
||||||
|
|
||||||
|
/* Flags of RObject
|
||||||
|
*
|
||||||
|
* 1: ROBJECT_EMBED
|
||||||
|
* The object has its instance variables embedded (the array of
|
||||||
|
* instance variables directly follow the object, rather than being
|
||||||
|
* on a separately allocated buffer).
|
||||||
|
* if !SHAPE_IN_BASIC_FLAGS
|
||||||
|
* 4-19: SHAPE_FLAG_MASK
|
||||||
|
* Shape ID for the object.
|
||||||
|
* endif
|
||||||
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \addtogroup object
|
* \addtogroup object
|
||||||
* \{
|
* \{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user