|
DCSModulesAPI
1.0.0
DCS sub project containing all the control modules as libraries.
|
A wrapper class used to export a simple string to the client side. More...
#include <DCS_ModuleUtils.h>
Public Member Functions | |
| String (const char *text) | |
| Create a String object from pointer. | |
| String (const String &s) | |
| String & | operator= (const String &s) noexcept |
| const size_t | size () const |
| Returns size of the string. More... | |
| const char * | c_str () const |
| Converts a String object to const char* raw pointer. More... | |
Static Public Member Functions | |
| template<typename T > | |
| static const String | From (T val) |
A wrapper class used to export a simple string to the client side.
|
inline |
Converts a String object to const char* raw pointer.
|
inline |
Returns size of the string.
1.8.11