| |
libFAUDES
Sections
Index
|
rtitypes.h File ReferenceDetailed DescriptionRuntime interface, faudes types.
Define Documentation
Value: public: \ virtual ftype* New(void) const; \ virtual const ftype* Cast(const Type* pOther) const;
Value: ftype* ftype::New(void) const { \ return new ftype(); } \ const ftype* ftype::Cast(const Type* pOther) const { \ return dynamic_cast<const ftype*>(pOther);}
|
libFAUDES 2.13a c++ source docu by doxygen 1.5.6