Returns a read-only pointer to the underlying string structure. May return NULL if no structure is currently allocated.
| 438 | // NULL if no structure is currently allocated. |
| 439 | /// |
| 440 | const struct_type* GetStruct() const { return string_; } |
| 441 | |
| 442 | /// |
| 443 | // Returns a writable pointer to the underlying string structure. Will never |