Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

RTTIdyntypeid Class Reference

#include <ossimRtti.h>

Inheritance diagram for RTTIdyntypeid::

RTTItypeid List of all members.

Public Methods

  RTTIdyntypeid (const char *)
  ~RTTIdyntypeid ()

Static Private Attributes

const RTTITypeinfo a []

Constructor & Destructor Documentation

RTTIdyntypeid::RTTIdyntypeid ( const char * c ) [inline]
 

Definition at line 303 of file ossimRtti.h.

00303 : RTTItypeid(new RTTITypeinfo(c,a,0,0)) { }   //create a dummy RTTITypeinfo

RTTIdyntypeid::~RTTIdyntypeid ( ) [inline]
 

Definition at line 304 of file ossimRtti.h.

00305 {
00306    if(id)
00307    {
00308       delete id;
00309       id = NULL;
00310    }
00311 }                   //delete the dummy RTTITypeinfo

Member Data Documentation

const RTTITypeinfo* RTTIdyntypeid::a[] [static, private]
 

Definition at line 162 of file ossimRtti.h.


The documentation for this class was generated from the following file:
Generated at Sat Nov 29 00:09:21 2003 for OSSIM - Open Source Image Map by doxygen1.2.6 written by , © 1997-2001