#include <mcllib/MCVariant.h>
Inheritance diagram for MCVTString:

Public Member Functions | |
| MCVTString (const MCString &val) | |
| Construct from a constant. | |
| MCVTString (const MCVariantType &vt) | |
| Construct from the specified variant. | |
| operator MCString () | |
| Obtain the value as an MCString. | |
|
|
Construct from the specified variant. An exception is thrown if vt does not contain an appropriate value. |
1.3.9.1