Commit Graph

9 Commits

Author SHA1 Message Date
Tom Hacohen 1380c56c28 Eobj: Eobj_Op should be unsigned int, not uintptr_t.
I have no clue why it ever was a uintptr_t...
Thanks to raster for noticing.

SVN revision: 70191
2012-04-15 08:57:14 +00:00
Tom Hacohen 697c58026f Eobj: Pass the private data to functions automatically.
This saves us from having to call the data_get function. This makes the
code nicer and potentially faster.

Thanks to raster for the tip.

SVN revision: 70145
2012-04-12 13:52:13 +00:00
Tom Hacohen b02811d7fd Eobj: Cosmetic change + added a FIXME.
SVN revision: 70141
2012-04-12 12:25:34 +00:00
Tom Hacohen 43f4caf7b0 Eobj: Removed eobj_class_parent_get. It's useless and discouraged.
SVN revision: 70013
2012-04-11 08:57:12 +00:00
Tom Hacohen 4e91ce84bc Eobj: Only allocate kls_itr when really needed.
SVN revision: 70012
2012-04-11 08:55:20 +00:00
Tom Hacohen a41960d689 Eobj: Added eobj_ref_get.
SVN revision: 70008
2012-04-11 07:05:37 +00:00
Tom Hacohen 419145c72a Eobj: Added eobj_super_do instead of class_do.
SVN revision: 70003
2012-04-11 07:05:21 +00:00
Tom Hacohen fc75687bc7 Eobj: added default constructor/destructor.
When NULL is passed, the default one is called.

SVN revision: 70001
2012-04-11 07:05:10 +00:00
Tom Hacohen fdf72fa795 Eobj: eobj.h -> Eobj.h
Thanks to vtorri.

SVN revision: 69991
2012-04-10 09:12:46 +00:00