This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Implementing RTTI


I realize that typically rtti should not be implemented in a kernel,
and that it should be implemented in a user library like libstdc++
instead.

I would like to implement rtti in a small kernel, but I do not own the
c++
ISO std (I am too broke to buy it ($18.00/us.. I know)), and I don't
know how it should function by the ISO std.

The kernel that I am writing needs rtti for functors (or function
objects), so this implementation of rtti could be limited, but it
would be nice to get a better round-about of the implementation of
rtti, in case I need it for more purposes (which as I said above, I
know it's a bad idea, and yes the kernel I am developing is
experamental, so I'm not worried about poor design, or slowness).

Any help is most appriciated,

Bryan Hundven

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]