plastimatch
Loading...
Searching...
No Matches
option_range.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _option_range_h_
5#define _option_range_h_
6
7#include "plmsys_config.h"
8#include <list>
9#include <string>
10
11class Option_range_private;
12
14
15public:
16 Option_range ();
18public:
19 void set_log_range (const std::string& range);
20 void set_linear_range (const std::string& range);
21 void set_range (const std::string& range);
22 void set_range (float range);
23 const std::list<float>& get_range ();
24
25public:
26 Option_range_private *d_ptr;
27};
28
29#endif
Definition option_range.h:13
Option_range_private * d_ptr
Definition option_range.h:26
#define PLMSYS_API
Definition plmsys_config.h:19