X2 Standard
Version 1.24
|
The BasicStringInterface allows a string as an output. More...
#include <basicstringinterface.h>
Public Member Functions | |
virtual BasicStringInterface & | operator= (const char *)=0 |
virtual BasicStringInterface & | operator+= (const char *)=0 |
The BasicStringInterface allows a string as an output.
The BasicStringInterface is passed as a parameter when TheSkyX calls various methods that need a string as an output parameter from an X2 implementor.
See the HardwareInfoInterface for methods that pass this interface as a parameter.