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

Initializes the parent directory and core file name to the specified arguments, and the title to "".

C++
Document(
    const std::string& newCorename, 
    const std::string& newDirectory
);
Parameters 
Description 
const std::string& newCorename 
New core file name, before modifiers or extensions. 
const std::string& newDirectory 
New directory holding this document. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!