MINT2
Functions
ParsedParameterLine.cpp File Reference
#include "Mint/ParsedParameterLine.h"
#include <cctype>
#include <iostream>
#include <algorithm>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const ParsedParameterLine &ppl)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const ParsedParameterLine ppl 
)

Definition at line 160 of file ParsedParameterLine.cpp.

160  {
161  ppl.print(os);
162  return os;
163 }
virtual void print(std::ostream &os=std::cout) const