Rosetta
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
mpi_stderr.hh
Go to the documentation of this file.
1 // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
2 // vi: set ts=2 noet:
3 //
4 // (c) Copyright Rosetta Commons Member Institutions.
5 // (c) This file is part of the Rosetta software suite and is made available under license.
6 // (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
7 // (c) For more information, see http://www.rosettacommons.org. Questions about this can be
8 // (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
9 
10 /// @file utility/options/ScalarOption_T_.hh
11 /// @brief Program scalar-valued option abstract base class
12 /// @author Stuart G. Mentzer (Stuart_Mentzer@objexx.com)
13 /// @author Modified by Sergey Lyskov
14 
15 
16 #ifndef INCLUDED_utility_options_mpi_stderr_hh
17 #define INCLUDED_utility_options_mpi_stderr_hh
18 
19 
20 // Unit headers
21 
22 // C++ headers
23 // for the sake of Windows PyRosetta build
24 #include <string>
25 
26 namespace utility {
27 namespace options {
28 
29 
30 extern void mpi_safe_std_err( std::string msg );
31 
32 }
33 }
34 #endif
void mpi_safe_std_err(std::string msg)
Definition: mpi_stderr.cc:29
rule< Scanner, options_closure::context_t > options
Definition: Tag.cc:377