Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:ostrm

915   ostream* ostrm = new ofstream( pclgFilename.c_str(), ios_base::out);
919 printer.Print( ostrm, pclgFilename);
920 delete ostrm;