string nst_tmp_file (const string &postfix, const string &end)

Creates a string

Documentation

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
    

Returns:
Created string.
Author:
G.-A. Silber

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de