#include <object_base.h>
Inheritance diagram for istring_object:


Public Member Functions | |
| istring_object () | |
| istring_object (const istring &initial) | |
| IMPLEMENT_CLASS_NAME ("istring") | |
This is a simple combination class that permits strings to be treated as if they were based on object_base objects (which is not done since object_base uses istring to define virtual methods).
Definition at line 82 of file object_base.h.
| istring_object::istring_object | ( | ) | [inline] |
Definition at line 85 of file object_base.h.
| istring_object::istring_object | ( | const istring & | initial | ) | [inline] |
Definition at line 86 of file object_base.h.
| istring_object::IMPLEMENT_CLASS_NAME | ( | "istring" | ) |
1.5.1