ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Represent/DataType.hpp
(Generate patch)

Comparing Represent/DataType.hpp (file contents):
Revision 380 by douglas, 2004-12-23T01:07:33-08:00 vs.
Revision 382 by douglas, 2004-12-23T01:21:44-08:00

# Line 16 | Line 16
16   class DataType
17   {
18   public:
19 <        enum Type
20 <        {
21 <                TYPE_bool,
22 <                TYPE_char,
23 <                TYPE_short,
24 <                TYPE_unsigned_short,
25 <                TYPE_int,
26 <                TYPE_unsigned_int,
27 <                TYPE___int8,
28 <                TYPE___int16,
29 <                TYPE___int32,
30 <                TYPE___int64,
31 <                TYPE_long,
32 <                TYPE_unsigned_long,
33 <                TYPE_float,
34 <                TYPE_double,
35 <                TYPE_std_string,
36 <                TYPE_ext_String
37 <        };
19 >        enum Type { TYPE_bool, TYPE_char, TYPE_short, TYPE_unsigned_short, TYPE_int, TYPE_unsigned_int, TYPE___int8, TYPE___int16, TYPE___int32, TYPE___int64, TYPE_long, TYPE_unsigned_long, TYPE_float, TYPE_double, TYPE_std_string, TYPE_ext_String };
20   private:
21          Type type;
22          static ext::Vector<DataType> enumeration;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines