gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <Field.h>
Public Member Functions | |
FieldOptionType | getType () |
FieldOptionInt (int &_val, const std::string &help, bool *status=nullptr, bool deprecated=false) | |
double | numericalValue () const |
void | numericalValue (double v) |
void | getTextRepresentation (std::string &v_str) |
Public Member Functions inherited from FieldOption | |
FieldOption (const std::string &help, bool *_status, bool deprecated) | |
virtual | ~FieldOption () |
virtual std::string | getDescription () |
std::string | getTypeName () |
virtual const std::list< int > & | list () const |
virtual const std::list< double > & | listdouble () const |
virtual void | list (std::list< int > value) |
virtual void | listdouble (std::list< double > value) |
virtual std::string | string () const |
virtual void | string (const std::string value) |
bool | isDeprecated () |
Public Attributes | |
int & | val |
Additional Inherited Members | |
Protected Member Functions inherited from FieldOption | |
void | modified () |
Protected Attributes inherited from FieldOption | |
bool * | status |
|
inline |
|
inlinevirtual |
Implements FieldOption.
|
inlinevirtual |
Implements FieldOption.
|
inlinevirtual |
Reimplemented from FieldOption.
|
inlinevirtual |
Reimplemented from FieldOption.
Definition at line 322 of file Field.h.
int& FieldOptionInt::val |
Definition at line 314 of file Field.h.
Referenced by getTextRepresentation(), and numericalValue().