Parameter stores a single parameter for file I/O in parameter files. More...
#include "ParamList.hpp"
Public Member Functions | |
Parameter (const Parameter &ref) | |
Parameter & | operator= (const Parameter &ref) |
bool | operator== (const Parameter &ref) const |
bool | operator< (const Parameter &ref) const |
const String & | path () const |
void | path (const String &) |
const String & | type () const |
void | type (const String &) |
const String & | source () const |
void | source (const String &) |
const List< String > & | values () const |
void | values (const List< String > &) |
Public Attributes | |
Impl * | pimpl_ |
Parameter stores a single parameter for file I/O in parameter files.