Home
last modified time | relevance | path

Searched refs:i_rCommandLine (Results 1 – 1 of 1) sorted by relevance

/trunk/main/xml2cmp/source/xcd/
H A Dmain.cxx43 const CommandLine & i_rCommandLine );
45 const CommandLine & i_rCommandLine );
78 Do_SingleFileCommandLine(const CommandLine & i_rCommandLine) in Do_SingleFileCommandLine() argument
84 bool bLoadResult = aParser.LoadFile(i_rCommandLine.XmlSrcFile()); in Do_SingleFileCommandLine()
87 …std::cerr << "Error: File " << i_rCommandLine.XmlSrcFile() << " could not be loaded." << std::endl; in Do_SingleFileCommandLine()
91 if ( strlen(i_rCommandLine.FuncFile()) > 0 ) in Do_SingleFileCommandLine()
93 Create_AccessMethod( i_rCommandLine.FuncFile(), in Do_SingleFileCommandLine()
97 << i_rCommandLine.FuncFile() in Do_SingleFileCommandLine()
106 if ( strlen(i_rCommandLine.HtmlFile()) > 0 ) in Do_SingleFileCommandLine()
108 HtmlCreator aHtmlCreator( i_rCommandLine.HtmlFile(), in Do_SingleFileCommandLine()
[all …]