#include <dra_internal.h>


Public Member Functions | |
| STRING_NODE (STR_IDX string) | |
| STR_IDX | String () |
Private Member Functions | |
| DECLARE_SLIST_NODE_CLASS (STRING_NODE) | |
Private Attributes | |
| STR_IDX | _string |
Definition at line 291 of file dra_internal.h.
| STRING_NODE::STRING_NODE | ( | STR_IDX | string | ) | [inline] |
Definition at line 298 of file dra_internal.h.
References _string, NULL, and SLIST_NODE::Set_Next().

| STRING_NODE::DECLARE_SLIST_NODE_CLASS | ( | STRING_NODE | ) | [private] |
| STR_IDX STRING_NODE::String | ( | ) | [inline] |
Definition at line 299 of file dra_internal.h.
References _string.
Referenced by DRA_Clone_Instantiate().
STR_IDX STRING_NODE::_string [private] |
Definition at line 295 of file dra_internal.h.
Referenced by String(), and STRING_NODE().
1.7.1