Public Member Functions | |
ss_link () | |
~ss_link () | |
string & | name () |
Common name used to access the X value of this list. | |
string & | value () |
Common name used to access the Y value of this list. | |
void | print () |
Method for printing this link. | |
Private Attributes | |
string | x |
string | y |
Definition at line 56 of file global_params.hpp.
|
Definition at line 64 of file global_params.hpp. |
|
Definition at line 68 of file global_params.hpp. |
|
Definition at line 72 of file global_params.hpp. References x. Referenced by GlobalParameterClass::set(). |
|
Method for printing this link. Definition at line 44 of file global_params.cpp. |
|
Returns the "y" value of the two-dimensional data. Definition at line 78 of file global_params.hpp. References y. Referenced by GlobalParameterClass::set(). |
|
Definition at line 59 of file global_params.hpp. |
|
Definition at line 60 of file global_params.hpp. |