|
mummy
1.0.3
|
#include "MummyCsharpExportLayerGenerator.h"#include "MummyCsharpGenerator.h"#include "MummyLog.h"#include "MummySettings.h"#include "cableClass.h"#include "cableClassType.h"#include "cableConstructor.h"#include "cableFunctionType.h"#include "cableMethod.h"#include "cablePointerType.h"#include "cableReferenceType.h"#include "cxxCvQualifiedType.h"#include "cxxFunctionType.h"#include "cxxPointerType.h"#include "cxxType.h"#include "gxsys/stl/set"#include "gxsys/SystemTools.hxx"Go to the source code of this file.
Functions | |
| gxsys_stl::string | GetExportLayerActualType (cable::Type *t, bool stripConst) |
| gxsys_stl::string | GetExportLayerMappedType (cable::Type *t, bool stripConst) |
| gxsys_stl::string GetExportLayerActualType | ( | cable::Type * | t, |
| bool | stripConst | ||
| ) |
Definition at line 119 of file MummyCsharpExportLayerGenerator.cxx.
Referenced by MummyCsharpExportLayerGenerator::EmitClassMethodForExportLayer(), and GetExportLayerMappedType().
| gxsys_stl::string GetExportLayerMappedType | ( | cable::Type * | t, |
| bool | stripConst | ||
| ) |
Definition at line 133 of file MummyCsharpExportLayerGenerator.cxx.
References ExtractMapToType(), GetExportLayerActualType(), HasMapToType(), LogError, and me_InternalError.
Referenced by MummyCsharpExportLayerGenerator::EmitClassMethodForExportLayer(), and MummyCsharpExportLayerGenerator::GetArgTypeAndNameString().
1.8.3.1