charon-core
0.3.1
|
Declaration of the abstract class AbstractParameter and template classes Parameter and ParameterList. More...
Go to the source code of this file.
Classes | |
class | AbstractParameter |
Parameter object handling. More... | |
class | Parameter< T > |
Implementation of the AbstractParameter interface for one single parameter. More... | |
class | ParameterList< T > |
Implementation of the AbstractParameter interface for a list of parameters. More... | |
Functions | |
std::ostream charon_core_DLL_PUBLIC & | operator<< (std::ostream &os, const AbstractParameter ¶m) |
Parameter stream output operator. More... | |
Original file written by Daniel Kondermann, modified by Jens-Malte Gottfried.
This file does only contain the (prototyped) interface of the classes
The implementation of the prototypes is found in Parameter.hxx
In most cases, you want not to include this file but ParameteredObject.hxx
Changes:
Definition in file Parameter.h.
std::ostream charon_core_DLL_PUBLIC& operator<< | ( | std::ostream & | os, |
const AbstractParameter & | param | ||
) |
os | output stream |
param | parameter to be printed |
Definition at line 60 of file Parameter.cpp.
References AbstractParameter::intoStream().