CLI
2.9
|
Help class definition. More...
Go to the source code of this file.
Classes | |
class | ResourceString |
ResourceString class. More... | |
Functions | |
const ResourceString | operator+ (const ResourceString &CLI_Str1, const ResourceString &CLI_Str2) |
Addition operator. More... | |
Help class definition.
Definition in file resource_string.h.
const ResourceString operator+ | ( | const ResourceString & | CLI_Str1, |
const ResourceString & | CLI_Str2 | ||
) |
Addition operator.
Concats the strings of the input resource string objects for each language.
CLI_Str1 | First member. |
CLI_Str2 | Second member. |