Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::SurveyQuestion Struct Reference

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.
 

Detailed Description

Survey question with constraints.

Definition at line 915 of file net_apps.H.

Member Data Documentation

◆ id

size_t Aleph::SurveyQuestion::id

Definition at line 917 of file net_apps.H.

◆ max_responses

int Aleph::SurveyQuestion::max_responses

Maximum responses accepted.

Definition at line 919 of file net_apps.H.

◆ min_responses

int Aleph::SurveyQuestion::min_responses

Minimum number of responses needed.

Definition at line 918 of file net_apps.H.


The documentation for this struct was generated from the following file: