|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <Field.h>


Public Member Functions | |
| virtual FieldOptionType | getType () |
| FieldOptionString (std::string &_val, const std::string &help, bool *status=nullptr, bool deprecated=false) | |
| void | string (const std::string value) |
| std::string | string () const |
| 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 void | numericalValue (double val) |
| virtual double | numericalValue () const |
| 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) |
| bool | isDeprecated () |
Public Attributes | |
| std::string & | val |
Additional Inherited Members | |
Protected Member Functions inherited from FieldOption | |
| void | modified () |
Protected Attributes inherited from FieldOption | |
| bool * | status |
|
inline |
|
inlinevirtual |
Implements FieldOption.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from FieldOption.
|
inlinevirtual |
Reimplemented from FieldOption.
Definition at line 274 of file Field.h.

| std::string& FieldOptionString::val |
Definition at line 267 of file Field.h.
Referenced by getTextRepresentation(), and string().