Go to the source code of this file.
|
| subroutine, public | qs_fb_trial_fns_types::fb_trial_fns_retain (trial_fns) |
| | retains given object
|
| |
| subroutine, public | qs_fb_trial_fns_types::fb_trial_fns_release (trial_fns) |
| | releases given object
|
| |
| subroutine, public | qs_fb_trial_fns_types::fb_trial_fns_nullify (trial_fns) |
| | nullifies the content of given object
|
| |
| subroutine, public | qs_fb_trial_fns_types::fb_trial_fns_associate (a, b) |
| | associates the content of an object to that of another object of the same type
|
| |
| logical function, public | qs_fb_trial_fns_types::fb_trial_fns_has_data (trial_fns) |
| | check if the object has data associated to it
|
| |
| subroutine, public | qs_fb_trial_fns_types::fb_trial_fns_create (trial_fns) |
| | creates an fb_trial_fns object and initialises it
|
| |
| subroutine, public | qs_fb_trial_fns_types::fb_trial_fns_get (trial_fns, nfunctions, functions) |
| | get values of the attributes of a fb_trial_fns object
|
| |
| subroutine, public | qs_fb_trial_fns_types::fb_trial_fns_set (trial_fns, nfunctions, functions) |
| | sets the attributes of a fb_trial_fns object
|
| |