Reference counted wrapper around a GRFText pointer. More...
#include <newgrf_config.h>
Public Member Functions | |
GRFTextWrapper () | |
Create a new GRFTextWrapper. | |
~GRFTextWrapper () | |
Cleanup a GRFTextWrapper object. | |
Data Fields | |
struct GRFText * | text |
The actual text. |
Reference counted wrapper around a GRFText pointer.
Definition at line 141 of file newgrf_config.h.
GRFTextWrapper::GRFTextWrapper | ( | ) |
Create a new GRFTextWrapper.
Definition at line 28 of file newgrf_config.cpp.
GRFTextWrapper::~GRFTextWrapper | ( | ) |
Cleanup a GRFTextWrapper object.
Definition at line 34 of file newgrf_config.cpp.
References CleanUpGRFText(), and text.