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 HTML hierarchy of classes or Java



This page was generated with the help of DOC++.