string  nst_tmp_file (const string &postfix, const string &end) Creates a string
Creates a string. This functions creates a string of the form <nst_temp_dir()>/nst_<nst_tmp_number><postfix>.<end>. For example, the call:string t = "truc"; string e = "txt"; cout << nst_tmp_file(t, e) << endl;will display:/tmp/nst_0truc.txt
this page has been generated automatically by doc++
(c)opyright by  Malte  Zöckler,  Roland Wunderling 
contact:  doc++@zib.de