uitools_plat/cdl_api/inc/CdlCompilerToolkit/CdlTkInterface.h
changeset 1 b700e12870ca
parent 0 f58d6ec98e88
equal deleted inserted replaced
0:f58d6ec98e88 1:b700e12870ca
   453 	std::string iPtrRef;
   453 	std::string iPtrRef;
   454 	TTranslationSource iSource;
   454 	TTranslationSource iSource;
   455 	// member data used in Match() calculation
   455 	// member data used in Match() calculation
   456 	std::string iTextBeforeTypeVar;
   456 	std::string iTextBeforeTypeVar;
   457 	std::string iTextAfterTypeVar;
   457 	std::string iTextAfterTypeVar;
   458 	int iTypeVarPos;
   458 	std::string::size_type iTypeVarPos;
   459 	int iSizeAfterTypeVar;
   459 	int iSizeAfterTypeVar;
   460 	int iTypeSize;
   460 	int iTypeSize;
   461 	int iTypeSizeWithoutTypeVar;
   461 	int iTypeSizeWithoutTypeVar;
   462 	};
   462 	};
   463 
   463