Definitions

from Wiktionary, Creative Commons Attribution/Share-Alike License.

  • noun computing Run-Time Type Information (or Run-Time Type Identification)

Etymologies

Sorry, no etymologies found.

Support

Help support Wordnik (and make this page ad-free) by adopting the word RTTI.

Examples

  • RTTI sucks because it doesn't do what anyone wants, and you can't even rely on it returning a type name formatted in a certain way.

    Original Signal - Transmitting Buzz 2010

  • RTTI sucks because it doesn't do what anyone wants, and you can't even rely on it returning a type name formatted in a certain way.

    Original Signal - Transmitting Buzz 2010

  • · EC++ compatible for embedded version (no STL, RTTI, multiple inheritance and exceptions);

    Softpedia - Windows - All Softpedia Mac OS 2010

  • In order to use dynamic_cast, RTTI is required and this incurs a runtime overhead.

    Recently Uploaded Slideshows hominhchuc 2010

  • The compiler knows the type of nVariable1, and translates 'decltype (nVariable1)' as 'int'. decltype keyword is not same as typeid keyword. typeid returns type_info structure, and it also requires RTTI to be enabled.

    The Code Project Latest Articles Ajay Vijayvargiya 2010

  • As the last minutes of Saturday night ticked down, I was still mired in the minutiae of C++ Run-Time Type Identification (RTTI.)

    Planet Debian Jaldhar Vyas 2010

  • · Automatic type narrowing on pointer-to-object return values, using C++ RTTI;

    Softpedia - Windows - All Softpedia Mac OS 2010

  • Built-in polymorphism support: virtual functions, and some extra features (RTTI, virtual inheritance).

    The Code Project Latest Articles valdok 2010

  • Built-in polymorphism support: virtual functions, and some extra features (RTTI, virtual inheritance).

    The Code Project Latest Articles valdok 2010

  • I would say it could make problems when RTTI comes into play, but I couldn't reproduce that with a simple example.

    Sun Bloggers mathiasbauer 2010

Comments

Log in or sign up to get involved in the conversation. It's quick and easy.