![]() |
PhoenixGenerator
2.0.0
Set of tools to generate code
|
#include "type_utils.h"
Go to the source code of this file.
Functions | |
PString | generator_getListNestedType (const PString &type) |
Get the nested type inside a std::list. More... | |
bool | generator_typeIsList (const PString &type) |
Say if a given type is a std::list. More... | |
Get the nested type inside a std::list.
type | : type of be used |
Definition at line 22 of file type_utils.cpp.
References PString::eraseFirstLastChar(), and generator_typeIsList().
Referenced by project_wrapper_classAttributeFromMessage(), project_wrapper_classAttributeGetSize(), project_wrapper_classAttributeToMessage(), project_wrapper_classImplCheck(), and pythonGetDefaultTestValue().
bool generator_typeIsList | ( | const PString & | type | ) |
Say if a given type is a std::list.
type | : type of be checked |
Definition at line 14 of file type_utils.cpp.
References PString::isSameBegining().
Referenced by generator_getListNestedType(), project_wrapper_classAttributeFromMessage(), project_wrapper_classAttributeGetSize(), project_wrapper_classAttributeToMessage(), project_wrapper_classImplCheck(), project_wrapper_classImplNewc(), and pythonGetDefaultTestValue().