Public Member Functions | |
| idep_AliasDepString (const char *s) | |
| ~idep_AliasDepString () | |
| operator char * () | |
Private Member Functions | |
| idep_AliasDepString (const idep_AliasDepString &) | |
| idep_AliasDepString & | operator= (const idep_AliasDepString &) |
Private Attributes | |
| char * | d_string_p |
|
|
|
|
|
Definition at line 143 of file idep_adep.cxx. References newStrCpy(), and s(). 00143 : d_string_p(newStrCpy(s)){}
|
|
|
Definition at line 144 of file idep_adep.cxx. 00144 { delete [] d_string_p; }
|
|
|
Definition at line 145 of file idep_adep.cxx. 00145 { return d_string_p; }
|
|
|
|
|
|
Definition at line 139 of file idep_adep.cxx. |
1.3.9.1