FEI
Version of the Day
Main Page
Related Pages
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
base
fei_console_ostream.hpp
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
fei::set_console_ostream
void set_console_ostream(std::ostream &os)
Definition:
fei_console_ostream.cpp:21
fei::console_out
std::ostream & console_out()
Definition:
fei_console_ostream.cpp:26
Generated by
1.8.5