LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
output_to.h
Go to the documentation of this file.
1
#ifndef art_Framework_Art_detail_output_to_h
2
#define art_Framework_Art_detail_output_to_h
3
4
#include <string>
5
6
namespace
art::detail
{
7
// The following functions allow a user to specify case-insensitive
8
// strings such as "STDOUT", "cout", "STDERR", or "CERR" to indicate
9
// that sending to an output to STDOUT or STDERR is desired.
10
bool
output_to_stderr
(std::string
const
& spec);
11
bool
output_to_stdout
(std::string
const
& spec);
12
}
13
14
#endif
/* art_Framework_Art_detail_output_to_h */
15
16
// Local Variables:
17
// mode: c++
18
// End:
art::detail
Definition:
AllowedConfiguration.h:76
art::detail::output_to_stderr
bool output_to_stderr(std::string const &spec)
Definition:
output_to.cc:15
art::detail::output_to_stdout
bool output_to_stdout(std::string const &spec)
Definition:
output_to.cc:21
art
Framework
Art
detail
output_to.h
Generated on Thu May 2 2024 20:59:28 for LArSoft by
1.8.11