pike.git/
src/
svalue.h
Branch:
Tag:
Non-build tags
All tags
No tags
2006-10-27
2006-10-27 18:17:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>
809776351bced106e65b9a2e7f3f41da2684c8ed (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added PIKE_T_GET_SET for implementing getter/setter.
Rev: src/svalue.h:1.139
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: svalue.h,v 1.
138
2006/
02
/
28
13
:
51
:
53
mast
Exp $
+
|| $Id: svalue.h,v 1.
139
2006/
10
/
27
18
:
17
:
35
grubba
Exp $
*/ #ifndef SVALUE_H
120:
#define PIKE_T_INT_UNTYPED 18 /* Optimization of int type size */
+
#define PIKE_T_GET_SET 32 /* Getter setter.
+
* Only valid in struct identifier */
+
#define PIKE_T_RING 240 #define PIKE_T_NAME 241 /**< Named type. */ #define PIKE_T_SCOPE 243 /**< Not supported yet */