FEI Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fei_console_ostream.hpp
Go to the documentation of this file.
1 /*--------------------------------------------------------------------*/
2 /* Copyright 2005 Sandia Corporation. */
3 /* Under the terms of Contract DE-AC04-94AL85000, there is a */
4 /* non-exclusive license for use of this work by or on behalf */
5 /* of the U.S. Government. Export of this program may require */
6 /* a license from the United States Government. */
7 /*--------------------------------------------------------------------*/
8 
9 #ifndef _fei_console_ostream_hpp_
10 #define _fei_console_ostream_hpp_
11 
12 #include "fei_macros.hpp"
13 #include "fei_iostream.hpp"
14 
15 namespace fei {
16 
22 void set_console_ostream(std::ostream& os);
23 
24 
29 std::ostream& console_out();
30 
31 }//namespace fei
32 
33 #endif
34 //endif for ifndef _fei_console_ostream_hpp_
35 
36 
void set_console_ostream(std::ostream &os)
std::ostream & console_out()