gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <Field.h>
Public Member Functions | |
virtual FieldOptionType | getType () |
FieldOptionPath (std::string &val, const std::string &help, bool *status=nullptr, bool deprecated=false) | |
Public Member Functions inherited from FieldOptionString | |
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 () |
Additional Inherited Members | |
Public Attributes inherited from FieldOptionString | |
std::string & | val |
Protected Member Functions inherited from FieldOption | |
void | modified () |
Protected Attributes inherited from FieldOption | |
bool * | status |
|
inline |
|
inlinevirtual |
Reimplemented from FieldOptionString.