Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
idioskopos: C++ introspection library
- Summary
- idioskopos (Greek: idio- inward, within, private; -skopos look, aim, target)
is a C++ library that simplifies (hopefully) the addition of object reflection
and introspection to C++ classes. idioskopos provides classes for implementing
properties (allocates and maintains value internally), reference properties
(a property interface to an external value under your control), and virtual
properties (a property interface created from get and set methods you supply).
The approach taken is an intrusive approach. One advantage is that special
preprocessors are not necessary; either for your own code, or for those that
use your code. A disadvantage of an intrusive approach is just that; it's
intrusive, meaning you must explicitly state what class members are properties
and instantiate them in your constructors.
Arch: src
Download: | idioskopos-0.4.1-1.al3.src.rpm |
Build Date: | Fri Jan 12 16:35:32 2007 |
Packager: | Aurora SPARC Linux <http://bugzilla.auroralinux.org> |
Size: | 665 KiB |
Changelog
- * Wed Jan 10 16:00:00 2007 Rick L Vinyard Jr <rvinyard{%}cs{*}nmsu{*}edu> - 0.4.1-1
- New release
- * Thu Dec 7 16:00:00 2006 Rick L Vinyard Jr <rvinyard{%}cs{*}nmsu{*}edu> - 0.4.0-2
- Bump release for make tag
- * Thu Dec 7 16:00:00 2006 Rick L Vinyard Jr <rvinyard{%}cs{*}nmsu{*}edu> - 0.4.0-1
- New release