File CStringHelper.h
↰ Parent directory (src/desert_classes
)
Namespace containing C sequence handling functions.
Definition (src/desert_classes/CStringHelper.h
)
Detailed Description
The C data type implementation is more complicated than the C++ one, because complex types like vectors have to be manually managed and this header contains functions to convert C strings and generic sequences into respectively C++ strings and vectors.
Prof. Davide Costa