template<class C1, class C2, class C3>
Definition at line 152 of file FileName.h. References MakeString(). 00153 { 00154 return MakeString(a1) + "_" + MakeString(a2) + "_" + MakeString(a3) 00155 + dotExt; 00156 }
Here is the call graph for this function:
|