|
EvEmu
0.8.4
11 September 2021
|

Go to the source code of this file.
Macros | |
| #define | STR2(type, fmt) |
Functions | |
| template<> | |
| bool | str2< bool > (const char *str) |
| Converts string to boolean. More... | |
| #define STR2 | ( | type, | |
| fmt | |||
| ) |
Definition at line 63 of file str2conv.cpp.
| bool str2< bool > | ( | const char * | str | ) |
Converts string to boolean.
| [in] | str | String to be converted. |
| A | boolean corresponding to content of str. |
Definition at line 31 of file str2conv.cpp.
References strcasecmp.
Referenced by ClassDecodeGenerator::ProcessDict(), ClassEncodeGenerator::ProcessDict(), ClassDecodeGenerator::ProcessDictInline(), ClassDecodeGenerator::ProcessList(), ClassEncodeGenerator::ProcessList(), ClassDecodeGenerator::ProcessObject(), ClassEncodeGenerator::ProcessObject(), ClassDecodeGenerator::ProcessObjectEx(), ClassEncodeGenerator::ProcessObjectEx(), ClassDecodeGenerator::ProcessToken(), ClassEncodeGenerator::ProcessToken(), ClassDecodeGenerator::ProcessTuple(), and ClassEncodeGenerator::ProcessTuple().
