NOMAD Source
Version 4.0.0 Beta
|
Parameter entry (headers) More...
#include <iostream>
#include "../Util/utils.hpp"
#include "../nomad_nsbegin.hpp"
#include "../nomad_nsend.hpp"
Go to the source code of this file.
Classes | |
class | ParameterEntry |
Parameter entry. More... | |
struct | ParameterEntryComp |
Allows the comparison of two ParameterEntry objects. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &out, const ParameterEntry &e) |
Display a ParameterEntry object. More... | |
Parameter entry (headers)
Definition in file ParameterEntry.hpp.
|
inline |
Display a ParameterEntry object.
out | The std::ostream object – IN. |
e | The ParameterEntry object to be displayed – IN. |
Definition at line 180 of file ParameterEntry.hpp.