template<class C1, class C2, class C3, class C4>
Definition at line 160 of file FileName.h. References MakeString(). 00161 { 00162 return MakeString(a1) + "_" + MakeString(a2) + "_" + MakeString(a3) 00163 + "_" + MakeString(a4) + dotExt; 00164 }
Here is the call graph for this function:
|