Simple text object. More...
#include "IText.hpp"
Inheritance diagram for IText:Public Member Functions | |
| virtual const char * | c_str () const =0 |
| virtual IText & | operator= (const char *)=0 |
Public Member Functions inherited from ObjectBase | |
| virtual void | Delete () |
Static Public Member Functions | |
| static IText * | New (const char *msg) |
Simple text object.
For transporting text (=strings) from inside the DM to the outside, handling the life time problem