#include <ossimRtti.h>
Inheritance diagram for RTTIdyntypeid::
Public Methods |
|
RTTIdyntypeid (const char *) | |
~RTTIdyntypeid () | |
Static Private Attributes |
|
const RTTITypeinfo* | a [] |
|
Definition at line 303 of file ossimRtti.h. 00303 : RTTItypeid(new RTTITypeinfo(c,a,0,0)) { } //create a dummy RTTITypeinfo |
|
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 |
|
Definition at line 162 of file ossimRtti.h. |