Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
Outfile::Outfile Constructor (std::string&, std::string&, std::string&)

Initializes output file core name, extension, and parent directory to the specified values.

C++
Outfile(
    const std::string& newDirectory, 
    const std::string& newCorename, 
    const std::string& newExtension
);
Parameters 
Description 
const std::string& newDirectory 
Name of parent directory. 
const std::string& newCorename 
New core file name. 
const std::string& newExtension 
New extension on the file name. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!