ALPSCore reference
Main Page
Related Pages
Classes
Files
File List
File Members
alps
utilities
gtest_par_xml_output.hpp
Go to the documentation of this file.
1
/*
2
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
3
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
4
* For use in publications, see ACKNOWLEDGE.TXT
5
*/
6
7
#ifndef ALPS_UTILITY_GTEST_PAR_XML_OUTPUT_HPP
8
#define ALPS_UTILITY_GTEST_PAR_XML_OUTPUT_HPP
9
10
#include <vector>
11
12
#include "alps/config.hpp"
13
14
namespace
alps
{
15
31
class
gtest_par_xml_output
{
32
std::vector<char*> keeper_;
33
// Note: we could use shared_ptr<>, but why bring in yet another header for a simple task?
34
public
:
35
virtual
~gtest_par_xml_output
();
36
45
void
operator()
(
unsigned
int
irank,
int
argc,
char
** argv);
46
};
47
}
48
#endif // ALPS_UTILITY_GTEST_PAR_XML_OUTPUT_HPP
alps::gtest_par_xml_output::operator()
void operator()(unsigned int irank, int argc, char **argv)
Tweaks (argc,argv) to redirect GTest XML output to different files.
Definition:
gtest_par_xml_output.cpp:15
alps::gtest_par_xml_output
Functor class to tweak (argc,argv).
Definition:
gtest_par_xml_output.hpp:31
alps::gtest_par_xml_output::~gtest_par_xml_output
virtual ~gtest_par_xml_output()
Definition:
gtest_par_xml_output.cpp:48
alps
Definition:
boost_array_functions.hpp:24
Generated on Sun Oct 14 2018 12:18:30 for ALPSCore reference by
1.8.11