#include "scv/_scv_randomization.h"Include dependency graph for _scv_ext_rand.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
|
|
Definition at line 510 of file _scv_ext_rand.h. |
|
|
Definition at line 475 of file _scv_ext_rand.h. |
|
|
Definition at line 514 of file _scv_ext_rand.h. |
|
|
Value: void set_value_mode(_scv_constraint_data::gen_mode m); \ void keep_only(const T& value); \ void keep_only(const T& lb, const T& ub); \ void keep_only(const list<T>& vlist); \ \ void keep_out(const T& value); \ void keep_out(const T& lb, const T& ub); \ void keep_out(const list<T>& vlist); \ _scv_distribution<T> * _get_distribution(); \ void _set_distribution(_scv_distribution<T>*); \ virtual ~_scv_extension_rand_ ## type_id(); \ void set_mode(scv_extensions_if::mode_t t); \ void set_mode(scv_bag<pair<T, T> >& d); \ void set_mode(scv_bag<T>& d); \ void reset_distribution(); \ scv_extensions_if::mode_t get_mode(void); \ protected: \ void _reset_bag_distribution(); \ void _reset_keep_only_distribution(); \ Definition at line 449 of file _scv_ext_rand.h. |
|
|
Value: template<int N> \ class scv_extension_rand<basic_type > \ : public _scv_extension_rand_N<basic_type > {}; \ Definition at line 776 of file _scv_ext_rand.h. |
|
|
Definition at line 830 of file _scv_ext_rand.h. |
|
|
Definition at line 832 of file _scv_ext_rand.h. |
|
|
Definition at line 834 of file _scv_ext_rand.h. |
|
|
Definition at line 837 of file _scv_ext_rand.h. |
|
|
Definition at line 101 of file _scv_ext_rand.h. References _scv_extension_rand_enum::get_constraint_data(). |
|
|
Definition at line 111 of file _scv_ext_rand.h. References _scv_extension_rand_enum::get_constraint_data(), and _scv_constraint_data::get_random(). Referenced by _scv_distribution_base< T >::set_mode(). |
|
|
Definition at line 3146 of file scv_constraint.cpp. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 3770 of file scv_constraint.cpp. References scv_smart_ptr_if::get_extensions_ptr(). Referenced by scv_extension_rand< T >::use_constraint(), and _scv_extension_rand_N< T >::use_constraint(). |
|
|
Definition at line 3213 of file scv_constraint.cpp. References scv_constraint_base::get_name_string(). Referenced by _scv_use_constraint(). |
|
|
|
|
||||||||||||
|
Definition at line 3751 of file scv_constraint.cpp. |
|
||||||||||||
|
||||||||||||
|
Definition at line 106 of file _scv_ext_rand.h. References _scv_constraint_data::gen_mode, and _scv_extension_rand_enum::set_value_mode(). Referenced by _scv_distribution_base< T >::set_mode(). |
1.2.18