|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Survey question with constraints. More...
#include <net_apps.H>
Public Attributes | |
| size_t | id |
| int | min_responses |
| Minimum number of responses needed. | |
| int | max_responses |
| Maximum responses accepted. | |
Survey question with constraints.
Definition at line 915 of file net_apps.H.
| size_t Aleph::SurveyQuestion::id |
Definition at line 917 of file net_apps.H.
| int Aleph::SurveyQuestion::max_responses |
Maximum responses accepted.
Definition at line 919 of file net_apps.H.
| int Aleph::SurveyQuestion::min_responses |
Minimum number of responses needed.
Definition at line 918 of file net_apps.H.