Gadget
Functions
parameter.cc File Reference
#include "parameter.h"
#include "errorhandler.h"
#include "gadget.h"
#include "global.h"
Include dependency graph for parameter.cc:

Functions

CommentStreamoperator>> (CommentStream &infile, Parameter &p)
 
istream & operator>> (istream &infile, Parameter &p)
 

Function Documentation

◆ operator>>() [1/2]

CommentStream& operator>> ( CommentStream infile,
Parameter p 
)
Parameters
infileis the CommentStream to read from
pis the Parameter used to store the data

◆ operator>>() [2/2]

istream& operator>> ( istream &  infile,
Parameter p 
)
Parameters
infileis the istream to read from
pis the Parameter used to store the data