MultiAgentDecisionProcess  Release 0.2.1
PrintTools.h File Reference

Authors: Frans Oliehoek faoli.nosp@m.eho@.nosp@m.scien.nosp@m.ce.u.nosp@m.va.nl Matthijs Spaan mtjsp.nosp@m.aan@.nosp@m.isr.i.nosp@m.st.u.nosp@m.tl.pt More...

Go to the source code of this file.

Namespaces

namespace  PrintTools
 PrintTools contains functionality for printing vectors etc.

Functions

template<class T >
static void PrintTools::PrintCout (const T &v)
template<class T >
static void PrintTools::PrintCout (const std::vector< T > &v)
template<class T >
static void PrintTools::PrintCout (const std::set< T > &v)
template<class T >
static void PrintTools::PrintProgress (T prefix, LIndex i, LIndex nr, size_t interval)
template<class T >
static void PrintTools::PrintVectorCout (const T &v)
 Prints a vector using cout - i.e.
template<class T >
static void PrintTools::PrintVectorCout (const std::vector< T > &v)
template<class T >
static std::string PrintTools::SoftPrint (const T &v)
template<class T >
static std::string PrintTools::SoftPrint (const std::vector< T > &v)
template<class T >
static std::string PrintTools::SoftPrint (const std::set< T > &v)
template<class T >
static std::string PrintTools::SoftPrintVector (const T &v)
template<class T >
static std::string PrintTools::SoftPrintVector (const std::vector< T > &v)

Detailed Description

Authors: Frans Oliehoek faoli.nosp@m.eho@.nosp@m.scien.nosp@m.ce.u.nosp@m.va.nl Matthijs Spaan mtjsp.nosp@m.aan@.nosp@m.isr.i.nosp@m.st.u.nosp@m.tl.pt

Copyright 2008 Universiteit van Amsterdam, Instituto Superior Tecnico

This file is part of MultiAgentDecisionProcess.

MultiAgentDecisionProcess is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

MultiAgentDecisionProcess is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with MultiAgentDecisionProcess. If not, see http://www.gnu.org/licenses/.

Id:
PrintTools.h 8715 2013-09-14 13:50:14Z faolieho

Definition in file PrintTools.h.